mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
sysctl: use umode_t for table permissions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
dba19c6064
commit
36fcb589e7
2 changed files with 2 additions and 2 deletions
|
@ -1038,7 +1038,7 @@ struct ctl_table
|
|||
const char *procname; /* Text ID for /proc/sys, or zero */
|
||||
void *data;
|
||||
int maxlen;
|
||||
mode_t mode;
|
||||
umode_t mode;
|
||||
struct ctl_table *child;
|
||||
struct ctl_table *parent; /* Automatically set */
|
||||
proc_handler *proc_handler; /* Callback for text formatting */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue