| Kernel v2.1.101 /net/netsyms.c |
|---|
 2.1.101
 net
 netsyms.c
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 */
|