| Kernel v2.4.1-pre12 /net/sysctl_net.c |
|---|
 2.4.1-pre12
 net
 sysctl_net.c
diff -u --recursive --new-file v2.4.0/linux/net/sysctl_net.c linux/net/sysctl_net.c
--- v2.4.0/linux/net/sysctl_net.c Thu Mar 9 06:57:17 2000
+++ linux/net/sysctl_net.c Mon Jan 22 13:30:21 2001
@@ -26,10 +26,6 @@
extern ctl_table core_table[];
-#ifdef CONFIG_UNIX
-extern ctl_table unix_table[];
-#endif
-
#ifdef CONFIG_NET
extern ctl_table ether_table[], e802_table[];
#endif
@@ -48,9 +44,6 @@
ctl_table net_table[] = {
{NET_CORE, "core", NULL, 0, 0555, core_table},
-#ifdef CONFIG_UNIX
- {NET_UNIX, "unix", NULL, 0, 0555, unix_table},
-#endif
#ifdef CONFIG_NET
{NET_802, "802", NULL, 0, 0555, e802_table},
{NET_ETHER, "ethernet", NULL, 0, 0555, ether_table},
|