diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/keys/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/sysctl.c b/security/keys/sysctl.c index 8c0af08760c8..b68faa1a5cfd 100644 --- a/security/keys/sysctl.c +++ b/security/keys/sysctl.c | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | static const int zero, one = 1, max = INT_MAX; | 16 | static const int zero, one = 1, max = INT_MAX; |
17 | 17 | ||
18 | ctl_table key_sysctls[] = { | 18 | struct ctl_table key_sysctls[] = { |
19 | { | 19 | { |
20 | .procname = "maxkeys", | 20 | .procname = "maxkeys", |
21 | .data = &key_quota_maxkeys, | 21 | .data = &key_quota_maxkeys, |