summaryrefslogtreecommitdiff
path: root/udevdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'udevdb.h')
-rw-r--r--udevdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevdb.h b/udevdb.h
index 8e72eded02..656613b593 100644
--- a/udevdb.h
+++ b/udevdb.h
@@ -25,7 +25,7 @@ struct udevice {
char type;
int major;
int minor;
- int mode;
+ mode_t mode;
};
/* Function Prototypes */