diff --git a/[refs] b/[refs] index f2604568d826..99ab4f5571fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d4ba4a3b9aef95d328d74a17ae84f8d658059e2 +refs/heads/master: d53ef07ab45085c0b06b652d588aa49b8ba41458 diff --git a/trunk/kernel/sysctl.c b/trunk/kernel/sysctl.c index 025fcb3c66f8..1c5697e3521e 100644 --- a/trunk/kernel/sysctl.c +++ b/trunk/kernel/sysctl.c @@ -2408,6 +2408,17 @@ static int proc_do_ipc_string(ctl_table *table, int write, struct file *filp, { return -ENOSYS; } +static int proc_ipc_dointvec(ctl_table *table, int write, struct file *filp, + void __user *buffer, size_t *lenp, loff_t *ppos) +{ + return -ENOSYS; +} +static int proc_ipc_doulongvec_minmax(ctl_table *table, int write, + struct file *filp, void __user *buffer, + size_t *lenp, loff_t *ppos) +{ + return -ENOSYS; +} #endif int proc_dointvec(ctl_table *table, int write, struct file *filp,