chiark / gitweb /
[PATCH] add BUS= bug to TODO list so it will not get forgotten.
[elogind.git] / udevdb.c
index fa26de46d5956f4051da42741f1d413a5c5a0e40..678ddd960340764bb8a94f7025ebb4bf29e8d00d 100644 (file)
--- a/udevdb.c
+++ b/udevdb.c
@@ -73,7 +73,7 @@ struct namedb_record {
        char type;
        int major;
        int minor;
-       int mode;
+       mode_t mode;
 };
 
 /**