lkml.org 
[lkml]   [1998]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectlittle patch against netsyms.c [2.1.80-pre1]
Hi,

The following little patch allows 2.1.80-pre1 (and probably
long before) to compile with modular Packet Socket and IPV6.

Matthew.

--- linux/net/netsyms.c.orig Wed Jan 14 16:06:20 1998
+++ linux/net/netsyms.c Wed Jan 14 16:07:07 1998
@@ -287,13 +287,15 @@
EXPORT_SYMBOL(tcp_simple_retransmit);

EXPORT_SYMBOL(xrlim_allow);
+#endif
+
+#if defined(CONFIG_IPV6_MODULE) || defined(CONFIG_PACKET_MODULE)
EXPORT_SYMBOL(dev_mc_delete);
#endif

#ifdef CONFIG_PACKET_MODULE
EXPORT_SYMBOL(dev_set_allmulti);
EXPORT_SYMBOL(dev_set_promiscuity);
-EXPORT_SYMBOL(dev_mc_delete);
EXPORT_SYMBOL(sklist_remove_socket);
EXPORT_SYMBOL(rtnl_wait);
EXPORT_SYMBOL(rtnl_rlockct);

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.020 / U:1.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site