patch-2.4.6 linux/net/socket.c
Next file: linux/net/sunrpc/svc.c
Previous file: linux/net/sched/sch_red.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Mon Jun 11 19:15:27 2001
-  Orig file: 
v2.4.5/linux/net/socket.c
-  Orig date: 
Wed Apr 25 16:13:50 2001
diff -u --recursive --new-file v2.4.5/linux/net/socket.c linux/net/socket.c
@@ -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
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)