patch-2.0.35 linux/net/sysctl_net.c
Next file: linux/COPYING
Previous file: linux/net/rose/sysctl_net_rose.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Mon Jul 13 13:47:41 1998
- Orig file:
v2.0.34/linux/net/sysctl_net.c
- Orig date:
Mon Jun 3 02:42:42 1996
diff -u --recursive --new-file v2.0.34/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -28,14 +28,6 @@
extern ctl_table atalk_table[];
#endif
-#ifdef CONFIG_NETROM
-extern ctl_table netrom_table[];
-#endif
-
-#ifdef CONFIG_AX25
-extern ctl_table ax25_table[];
-#endif
-
extern ctl_table core_table[], unix_table[];
#ifdef CONFIG_NET
@@ -61,12 +53,6 @@
#endif
#ifdef CONFIG_ATALK
{NET_ATALK, "appletalk", NULL, 0, 0555, atalk_table},
-#endif
-#ifdef CONFIG_NETROM
- {NET_NETROM, "netrom", NULL, 0, 0555, netrom_table},
-#endif
-#ifdef CONFIG_AX25
- {NET_AX25, "ax25", NULL, 0, 0555, ax25_table},
#endif
#ifdef CONFIG_BRIDGE
{NET_BRIDGE, "bridge", NULL, 0, 0555, bridge_table},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov