patch-2.3.51 linux/net/sysctl_net.c
Next file: linux/CREDITS
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Mar 9 06:57:17 2000
- Orig file:
v2.3.50/linux/net/sysctl_net.c
- Orig date:
Sun Feb 20 21:12:40 2000
diff -u --recursive --new-file v2.3.50/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -42,6 +42,10 @@
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_UNIX
@@ -62,6 +66,9 @@
#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)