security: Convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
This commit is contained in:
parent
b13cebe707
commit
fab71a90ed
|
@ -15,7 +15,7 @@
|
|||
|
||||
static const int zero, one = 1, max = INT_MAX;
|
||||
|
||||
ctl_table key_sysctls[] = {
|
||||
struct ctl_table key_sysctls[] = {
|
||||
{
|
||||
.procname = "maxkeys",
|
||||
.data = &key_quota_maxkeys,
|
||||
|
|
Loading…
Reference in New Issue