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

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

Advertisement

Kernel v2.1.101 /net/netsyms.c

Filename:/net/netsyms.c
Lines Added:8
Lines Deleted:0
Also changed in: (Previous) 2.1.100  2.1.99  2.1.96  2.1.92  2.1.91  2.1.90 
(Following) 2.1.102  2.1.105  2.1.109  2.1.112  2.1.120  2.1.122 

Location
[  2.1.101
  [  net
     o  netsyms.c

Patch

diff -u --recursive --new-file v2.1.100/linux/net/netsyms.c linux/net/netsyms.c
--- v2.1.100/linux/net/netsyms.c   Thu May  7 22:51:56 1998
+++ linux/net/netsyms.c   Fri May  8 00:08:02 1998
@@ -17,6 +17,10 @@
 #include <net/neighbour.h>
 #include <net/snmp.h>
 
+#ifdef CONFIG_BRIDGE
+#include <net/br.h>
+#endif
+
 #ifdef CONFIG_INET
 #include <linux/ip.h>
 #include <linux/etherdevice.h>
@@ -190,6 +194,10 @@
 EXPORT_SYMBOL(sklist_insert_socket);
 
 EXPORT_SYMBOL(scm_detach_fds);
+
+#ifdef CONFIG_BRIDGE 
+EXPORT_SYMBOL(br_ioctl);
+#endif
 
 #ifdef CONFIG_INET
 /* Internet layer registration */


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