chiark / gitweb /
udev_selinux.c: include udev.h
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index faa12a31eee1f130f18402e617b69b6ffa8a4ab7..ca99da512d9d0f06d35f7f2eb4220cf27b1977f9 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -58,7 +58,6 @@ struct udevice {
 
        enum device_type type;
        char name[PATH_SIZE];
-       char devname[PATH_SIZE];
        struct list_head symlink_list;
        int symlink_final;
        char owner[USER_SIZE];
@@ -76,8 +75,6 @@ struct udevice {
        int partitions;
        int ignore_device;
        int ignore_remove;
-       int config_line;
-       char config_file[PATH_SIZE];
        char bus_id[NAME_SIZE];
        char program_result[PATH_SIZE];
        char kernel_number[NAME_SIZE];