aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-03-06 22:59:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-03-06 22:59:40 +0000
commita10260280fe3fa5c8c747b2d18fcf5b0449cb7bb (patch)
treeef6d6986fe787ebf9b8d6d24c9684b7ccfc6a361 /sys/net/if_ethersubr.c
parent996358f55c5035c7ffadbf8dd3d979fede1c95a5 (diff)
downloadsrc-a10260280fe3fa5c8c747b2d18fcf5b0449cb7bb.tar.gz
src-a10260280fe3fa5c8c747b2d18fcf5b0449cb7bb.zip
Fix ef(4) driver when kernel compiled w/o IPX.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=143195
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index e2cb515efa2b..7f4b1ce5adf3 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -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>