Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139702
b: refs/heads/master
c: 11dea19
h: refs/heads/master
v: v3
  • Loading branch information
Serge E. Hallyn authored and Linus Torvalds committed Apr 3, 2009
1 parent 0a7a692 commit ef550f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e562aebc6ccd4385cbbf24debe88ab4bb500c5b4
refs/heads/master: 11dea1900931ac73184b2f5163a13d24a4e572ea
2 changes: 1 addition & 1 deletion trunk/ipc/ipc_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void *get_ipc(ctl_table *table)
return which;
}

#ifdef CONFIG_PROC_FS
#ifdef CONFIG_PROC_SYSCTL
static int proc_ipc_dointvec(ctl_table *table, int write, struct file *filp,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/utsname_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void put_uts(ctl_table *table, int write, void *which)
up_write(&uts_sem);
}

#ifdef CONFIG_PROC_FS
#ifdef CONFIG_PROC_SYSCTL
/*
* Special case of dostring for the UTS structure. This has locks
* to observe. Should this be in kernel/sys.c ????
Expand Down

0 comments on commit ef550f2

Please sign in to comment.