summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.h b/udev.h
index 33cb89af55..af575c2b17 100644
--- a/udev.h
+++ b/udev.h
@@ -59,7 +59,7 @@ struct device_attr {
char name[NAME_SIZE];
char owner[OWNER_SIZE];
char group[GROUP_SIZE];
- int mode;
+ mode_t mode;
};
extern int udev_add_device(char *device, char *subsystem);