Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.4.1 /net/sysctl_net.c

Filename:/net/sysctl_net.c
Lines Added:0
Lines Deleted:7
Also changed in: (Previous) 2.4.1-pre12  2.4.1-pre11  2.4.1-pre10  2.4.0-ac12  2.4.0-ac11  2.4.0-ac10 
(Following) 2.4.1-ac1  2.4.1-ac2  2.4.1-ac3  2.4.1-ac4  2.4.1-ac5  2.4.1-ac6 

Location
[  2.4.1
  [  net
     o  sysctl_net.c

Patch

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},


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.