summaryrefslogtreecommitdiffstats
path: root/net/sysctl_net.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-17 13:20:30 +0000
commit7acb77a6e7bddd4c4c5aa975bbf976927c013798 (patch)
tree4139829ec6edb85f73774bb95cdec376758bfc73 /net/sysctl_net.c
parent64d58d4c8cd6a89ee218301ec0dc0ebfec91a4db (diff)
Merge with 2.1.43.
Diffstat (limited to 'net/sysctl_net.c')
-rw-r--r--net/sysctl_net.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/sysctl_net.c b/net/sysctl_net.c
index eb23ea698..1acd01749 100644
--- a/net/sysctl_net.c
+++ b/net/sysctl_net.c
@@ -24,10 +24,6 @@ extern ctl_table ipv4_table[];
extern ctl_table ipx_table[];
#endif
-#ifdef CONFIG_ATALK
-extern ctl_table atalk_table[];
-#endif
-
extern ctl_table core_table[], unix_table[];
#ifdef CONFIG_NET
@@ -59,9 +55,6 @@ ctl_table net_table[] = {
#ifdef CONFIG_IPX
{NET_IPX, "ipx", NULL, 0, 0555, ipx_table},
#endif
-#ifdef CONFIG_ATALK
- {NET_ATALK, "appletalk", NULL, 0, 0555, atalk_table},
-#endif
#ifdef CONFIG_BRIDGE
{NET_BRIDGE, "bridge", NULL, 0, 0555, bridge_table},
#endif