We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f08383 commit 029c45bCopy full SHA for 029c45b
ipc/ipc_sysctl.c
@@ -178,7 +178,6 @@ static struct ctl_table ipc_sysctls[] = {
178
.extra2 = SYSCTL_INT_MAX,
179
},
180
#endif
181
- {}
182
};
183
184
static struct ctl_table_set *set_lookup(struct ctl_table_root *root)
ipc/mq_sysctl.c
@@ -64,7 +64,6 @@ static struct ctl_table mq_sysctls[] = {
64
.extra1 = &msg_maxsize_limit_min,
65
.extra2 = &msg_maxsize_limit_max,
66
67
68
69
70
0 commit comments