summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppfr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_spppfr.c')
-rw-r--r--sys/net/if_spppfr.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/net/if_spppfr.c b/sys/net/if_spppfr.c
index a151849..fffcdba 100644
--- a/sys/net/if_spppfr.c
+++ b/sys/net/if_spppfr.c
@@ -28,7 +28,6 @@
#if defined(__FreeBSD__)
#include "opt_inet.h"
#include "opt_inet6.h"
-#include "opt_ipx.h"
#endif
#ifdef NetBSD1_3
@@ -85,11 +84,6 @@
# include <net/ethertypes.h>
#endif
-#ifdef IPX
-#include <netipx/ipx.h>
-#include <netipx/ipx_if.h>
-#endif
-
#include <net/if_sppp.h>
/*
@@ -266,11 +260,6 @@ drop: ++ifp->if_ierrors;
isr = NETISR_IP;
break;
#endif
-#ifdef IPX
- case ETHERTYPE_IPX:
- isr = NETISR_IPX;
- break;
-#endif
#ifdef NETATALK
case ETHERTYPE_AT:
isr = NETISR_ATALK;
@@ -345,11 +334,6 @@ struct mbuf *sppp_fr_header (struct sppp *sp, struct mbuf *m,
h[3] = FR_IP;
return m;
#endif
-#ifdef IPX
- case AF_IPX:
- type = ETHERTYPE_IPX;
- break;
-#endif
#ifdef NS
case AF_NS:
type = 0x8137;
OpenPOWER on IntegriCloud