2.1.128ac2 patch, fixes arp_broken_ops

Felix von Leitner (leitner@math.fu-berlin.de)
Sat, 14 Nov 1998 19:58:27 +0100


--- net/netsyms.c.old Sat Nov 14 19:55:51 1998
+++ net/netsyms.c Sat Nov 14 19:23:33 1998
@@ -222,7 +222,10 @@
EXPORT_SYMBOL(icmp_send);
EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(arp_send);
+#if defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) || \
+ defined(CONFIG_SHAPER) || defined(CONFIG_SHAPER_MODULE)
EXPORT_SYMBOL(arp_broken_ops);
+#endif
EXPORT_SYMBOL(ip_id_count);
EXPORT_SYMBOL(ip_send_check);
EXPORT_SYMBOL(ip_forward);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/