Fix ef(4) driver when kernel compiled w/o IPX.

MFC after:	3 days
This commit is contained in:
Maxim Sobolev 2005-03-06 22:59:40 +00:00
parent 996358f55c
commit a10260280f

View File

@ -81,10 +81,10 @@
#ifdef IPX
#include <netipx/ipx.h>
#include <netipx/ipx_if.h>
#endif
int (*ef_inputp)(struct ifnet*, struct ether_header *eh, struct mbuf *m);
int (*ef_outputp)(struct ifnet *ifp, struct mbuf **mp,
struct sockaddr *dst, short *tp, int *hlen);
#endif
#ifdef NETATALK
#include <netatalk/at.h>