Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43937
b: refs/heads/master
c: d53ef07
h: refs/heads/master
i:
  43935: 147af7b
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Dec 10, 2006
1 parent 9f36766 commit a6c753e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d4ba4a3b9aef95d328d74a17ae84f8d658059e2
refs/heads/master: d53ef07ab45085c0b06b652d588aa49b8ba41458
11 changes: 11 additions & 0 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6c753e

Please sign in to comment.