mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
[PATCH] stop using mode_t as different libcs define it in different ways :(
This commit is contained in:
parent
3a8c51a771
commit
d45ea2b70c
@ -74,7 +74,7 @@ struct perm_device {
|
||||
char name[NAME_SIZE];
|
||||
char owner[OWNER_SIZE];
|
||||
char group[GROUP_SIZE];
|
||||
mode_t mode;
|
||||
unsigned int mode;
|
||||
};
|
||||
|
||||
extern struct list_head config_device_list;
|
||||
|
Loading…
Reference in New Issue
Block a user