patch-2.4.3 linux/net/sysctl_net.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/sunrpc/svcsock.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Mar 25 18:14:25 2001
- Orig file:
v2.4.2/linux/net/sysctl_net.c
- Orig date:
Sat Feb 3 19:51:33 2001
diff -u --recursive --new-file v2.4.2/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -20,10 +20,6 @@
extern ctl_table ipv4_table[];
#endif
-#ifdef CONFIG_IPX
-extern ctl_table ipx_table[];
-#endif
-
extern ctl_table core_table[];
#ifdef CONFIG_NET
@@ -50,9 +46,6 @@
#endif
#ifdef CONFIG_INET
{NET_IPV4, "ipv4", NULL, 0, 0555, ipv4_table},
-#endif
-#ifdef CONFIG_IPX
- {NET_IPX, "ipx", NULL, 0, 0555, ipx_table},
#endif
#ifdef CONFIG_IPV6
{NET_IPV6, "ipv6", NULL, 0, 0555, ipv6_table},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)