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

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

Advertisement

Kernel v2.4.6 /net/socket.c

Filename:/net/socket.c
Lines Added:8
Lines Deleted:0
Also changed in: (Previous) 2.4.6-pre9  2.4.6-pre8  2.4.6-pre7  2.4.6-pre6  2.4.6-pre5  2.4.6-pre4 
(Following) 2.4.7  2.4.7-pre9  2.4.7-ac6  2.4.7-ac7  2.4.7-ac8  2.4.7-ac9 

Location
[  2.4.6
  [  net
     o  socket.c

Patch

diff -u --recursive --new-file v2.4.5/linux/net/socket.c linux/net/socket.c
--- v2.4.5/linux/net/socket.c   Wed Apr 25 16:13:50 2001
+++ linux/net/socket.c   Mon Jun 11 19:15:27 2001
@@ -1668,6 +1668,10 @@
 extern void wanrouter_init(void);
 #endif
 
+#ifdef CONFIG_BLUEZ
+extern void bluez_init(void);
+#endif
+
 void __init sock_init(void)
 {
    int i;
@@ -1726,6 +1730,10 @@
 #endif
 #ifdef CONFIG_NETFILTER
    netfilter_init();
+#endif
+
+#ifdef CONFIG_BLUEZ
+   bluez_init();
 #endif
 }
 


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