From a6c753e731243ad9241d60430ab805c62d560fbf Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 10 Dec 2006 02:18:36 -0800 Subject: [PATCH] --- yaml --- r: 43937 b: refs/heads/master c: d53ef07ab45085c0b06b652d588aa49b8ba41458 h: refs/heads/master i: 43935: 147af7b0795291906858b53da3ccddb674c0c150 v: v3 --- [refs] | 2 +- trunk/kernel/sysctl.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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,