chiark / gitweb /
[PATCH] allow unlimitied count of symlinks
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index ddcfa81c8eee1b95ad02d77257bf6fd2c1fe334f..811439faf2a5ee37e6e9f3debd2cbe6a6509f550 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -4,6 +4,7 @@
  * Userspace devfs
  *
  * Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com>
+ * Copyright (C) 2003-2005 Kay Sievers <kay.sievers@vrfy.org>
  *
  *     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;