lkml.org 
[lkml]   [1998]   [Mar]   [5]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromMatthew Harrell <>
SubjectMissing symbol from ipv6 module
DateThu, 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

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.067 / U:0.160 seconds]
©2003-2008 Jasper Spaans