patch-2.4.4 linux/net/sysctl_net.c

Next file: linux/net/unix/af_unix.c
Previous file: linux/net/sunrpc/xprt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -34,10 +34,6 @@
 extern ctl_table tr_table[];
 #endif
 
-#ifdef CONFIG_ECONET
-extern ctl_table econet_table[];
-#endif
-
 ctl_table net_table[] = {
 	{NET_CORE,   "core",      NULL, 0, 0555, core_table},      
 #ifdef CONFIG_NET
@@ -52,9 +48,6 @@
 #endif
 #ifdef CONFIG_TR
 	{NET_TR, "token-ring", NULL, 0, 0555, tr_table},
-#endif
-#ifdef CONFIG_ECONET
-	{NET_ECONET, "econet",    NULL, 0, 0555, econet_table},
 #endif
 	{0}
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)