diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 13:20:30 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 13:20:30 +0000 |
commit | 7acb77a6e7bddd4c4c5aa975bbf976927c013798 (patch) | |
tree | 4139829ec6edb85f73774bb95cdec376758bfc73 /net/sysctl_net.c | |
parent | 64d58d4c8cd6a89ee218301ec0dc0ebfec91a4db (diff) |
Merge with 2.1.43.
Diffstat (limited to 'net/sysctl_net.c')
-rw-r--r-- | net/sysctl_net.c | 7 |
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 |