chiark / gitweb /
libvolume_id: read ufs2 label
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 79942e71cd04608791d15a4a37b3e5fa14f6eb3c..95a2b88f5ee10266c8d801696dc40cd1f58187f6 100644 (file)
--- a/udev.h
+++ b/udev.h
 #define COMMENT_CHARACTER                      '#'
 #define PATH_TO_NAME_CHAR                      '@'
 #define LINE_SIZE                              512
+#define PATH_SIZE                              512
 #define NAME_SIZE                              128
-#define PATH_SIZE                              256
-#define USER_SIZE                              32
-#define SEQNUM_SIZE                            32
 #define VALUE_SIZE                             128
 
 #define DEFAULT_PARTITIONS_COUNT               15
@@ -73,9 +71,9 @@ struct udevice {
        char name[PATH_SIZE];
        struct list_head symlink_list;
        int symlink_final;
-       char owner[USER_SIZE];
+       char owner[NAME_SIZE];
        int owner_final;
-       char group[USER_SIZE];
+       char group[NAME_SIZE];
        int group_final;
        mode_t mode;
        int mode_final;