2.1.128-ac2 compile problem

Andrew Kieschnick (andrewk@mail.utexas.edu)
Fri, 13 Nov 1998 17:21:08 -0600 (CST)


If you don't configure in either ax25 or the traffic shaper, 2.1.128-ac2
won't compile. The following tiny patch fixes it.

--- linux/net/netsyms.c.orig Fri Nov 13 17:04:34 1998
+++ linux/net/netsyms.c Fri Nov 13 17:05:20 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_fragment);

-
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/