Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fab71a90 authored by Joe Perches's avatar Joe Perches Committed by James Morris
Browse files

security: Convert use of typedef ctl_table to struct ctl_table



This typedef is unnecessary and should just be removed.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJames Morris <james.l.morris@oracle.com>
parent b13cebe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,