X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.h;h=811439faf2a5ee37e6e9f3debd2cbe6a6509f550;hp=ddcfa81c8eee1b95ad02d77257bf6fd2c1fe334f;hb=30c6b4c9a22edc76b2e8335edbdf157dd51241eb;hpb=03cfa1394fcc2c4386f8af22e5a4d9fdd7cecc50 diff --git a/udev.h b/udev.h index ddcfa81c8..811439faf 100644 --- a/udev.h +++ b/udev.h @@ -4,6 +4,7 @@ * Userspace devfs * * Copyright (C) 2003 Greg Kroah-Hartman + * Copyright (C) 2003-2005 Kay Sievers * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -62,7 +63,7 @@ struct udevice { char name[NAME_SIZE]; char devname[NAME_SIZE]; - char symlink[NAME_SIZE]; + struct list_head symlink_list; char owner[USER_SIZE]; char group[USER_SIZE]; mode_t mode;