patch-2.1.26 linux/net/sysctl_net.c
Next file: linux/scripts/Configure
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Feb 7 15:54:55 1997
- Orig file:
v2.1.25/linux/net/sysctl_net.c
- Orig date:
Tue Nov 12 15:56:17 1996
diff -u --recursive --new-file v2.1.25/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -42,6 +42,10 @@
extern ctl_table ipv6_table[];
#endif
+#ifdef CONFIG_TR
+extern ctl_table tr_table[];
+#endif
+
ctl_table net_table[] = {
{NET_CORE, "core", NULL, 0, 0555, core_table},
{NET_UNIX, "unix", NULL, 0, 0555, unix_table},
@@ -63,6 +67,9 @@
#endif
#ifdef CONFIG_IPV6
{NET_IPV6, "ipv6", NULL, 0, 0555, ipv6_table},
+#endif
+#ifdef CONFIG_TR
+ {NET_TR, "token-ring", NULL, 0, 0555, tr_table},
#endif
{0}
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov