diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2006-06-25 08:48:31 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:15 -0400 |
| commit | eab03ac7bd3e0da99eb9dc068772a85a5e3f3577 (patch) | |
| tree | 042447058f59b2e485a24a5175a6d7ab83baa9e1 /include/linux | |
| parent | 8ad2914d9cc55be651ef3bd676981a72c9001a47 (diff) | |
[PATCH] Get rid of /proc/sys/proc
The table is empty, why does it still exist?
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sysctl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index c7132029af0f..6a60770984e9 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
| @@ -55,7 +55,7 @@ enum | |||
| 55 | CTL_KERN=1, /* General kernel info and control */ | 55 | CTL_KERN=1, /* General kernel info and control */ |
| 56 | CTL_VM=2, /* VM management */ | 56 | CTL_VM=2, /* VM management */ |
| 57 | CTL_NET=3, /* Networking */ | 57 | CTL_NET=3, /* Networking */ |
| 58 | CTL_PROC=4, /* Process info */ | 58 | /* was CTL_PROC */ |
| 59 | CTL_FS=5, /* Filesystems */ | 59 | CTL_FS=5, /* Filesystems */ |
| 60 | CTL_DEBUG=6, /* Debugging */ | 60 | CTL_DEBUG=6, /* Debugging */ |
| 61 | CTL_DEV=7, /* Devices */ | 61 | CTL_DEV=7, /* Devices */ |
| @@ -767,8 +767,6 @@ enum { | |||
| 767 | NET_BRIDGE_NF_FILTER_VLAN_TAGGED = 4, | 767 | NET_BRIDGE_NF_FILTER_VLAN_TAGGED = 4, |
| 768 | }; | 768 | }; |
| 769 | 769 | ||
| 770 | /* CTL_PROC names: */ | ||
| 771 | |||
| 772 | /* CTL_FS names: */ | 770 | /* CTL_FS names: */ |
| 773 | enum | 771 | enum |
| 774 | { | 772 | { |
