Missing symbol from ipv6 module

Matthew Harrell (mharrell@std.saic.com)
Thu, 5 Mar 1998 11:15:16 -0500 (EST)


This patch takes care of a missing symbol in the ipv6 module under
2.1.89pre3.

diff -urN linux/net/netsyms.c-ori linux/net/netsyms.c
--- linux/net/netsyms.c-ori Wed Mar 4 18:11:29 1998
+++ linux/net/netsyms.c Wed Mar 4 18:11:41 1998
@@ -290,6 +290,7 @@
EXPORT_SYMBOL(tcp_simple_retransmit);

EXPORT_SYMBOL(xrlim_allow);
+EXPORT_SYMBOL(dev_loopback_xmit);
#endif

#ifdef CONFIG_NETLINK

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu