patch-2.2.18 linux/net/netsyms.c
Next file: linux/net/packet/af_packet.c
Previous file: linux/net/irda/compressors/Config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Nov 1 16:58:24 2000
- Orig file:
v2.2.17/net/netsyms.c
- Orig date:
Sun Jun 11 21:44:24 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/net/netsyms.c linux/net/netsyms.c
@@ -33,6 +33,10 @@
#include <net/br.h>
#endif
+#ifdef CONFIG_NET_DIVERT
+#include <linux/divert.h>
+#endif /* CONFIG_NET_DIVERT */
+
#ifdef CONFIG_INET
#include <linux/ip.h>
#include <net/protocol.h>
@@ -224,6 +228,12 @@
#ifdef CONFIG_BRIDGE
EXPORT_SYMBOL(br_ioctl);
#endif
+
+#ifdef CONFIG_NET_DIVERT
+EXPORT_SYMBOL(alloc_divert_blk);
+EXPORT_SYMBOL(free_divert_blk);
+EXPORT_SYMBOL(divert_ioctl);
+#endif /* CONFIG_NET_DIVERT */
#ifdef CONFIG_INET
/* Internet layer registration */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)