2.1.16, compilation errors in fddi.c, strip.c, isdn_net.c

Keith Owens (kaos@ocs.com.au)
Sun, 22 Dec 1996 15:20:11 +1100


Trying to compile a kernel with every legal option turned on.
Compilation
errors in net/802/fddi.c, drivers/net/strip.c, drivers/isdn/isdn_net.c.
All caused by change to arp_find in 2.1.15, these modules are still
using the old interface. Also isdn_net.c has an explicit declaration
of arp_find instead of using the one in <net/arp.h>, no compilation
errors but wrong interface used.