chiark / gitweb /
Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index a8be0ed4005d1cda9434db6aa7522edcbeba6a64..391dc2c41c06860c55c625979c358cc6601a27ca 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -55,7 +55,6 @@ struct udevice {
 
        enum device_type type;
        char name[PATH_SIZE];
-       int name_set;
        char devname[PATH_SIZE];
        struct list_head symlink_list;
        int symlink_final;