Problem with 2.1.128ac2 - patch

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 14 Nov 1998 01:51:30 +0000 (GMT)


This fixes the case where arp_broken_ops (ie old style arp) isnt always
available.

--- arp.c~ Fri Oct 16 02:54:15 1998
+++ arp.c Sat Nov 14 01:52:15 1998
@@ -163,8 +163,6 @@
dev_queue_xmit
};

-#if defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) || \
- defined(CONFIG_SHAPER) || defined(CONFIG_SHAPER_MODULE)
struct neigh_ops arp_broken_ops =
{
AF_INET,
@@ -176,7 +174,6 @@
dev_queue_xmit,
dev_queue_xmit,
};
-#endif

struct neigh_table arp_tbl =
{

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