diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-01-24 20:39:02 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-01-24 20:39:02 +0000 |
| commit | 367d34f853aa3911180a4159df4d5fa0334ac816 (patch) | |
| tree | 00b2024367e7191a53f482a1791f101f2af3aaf7 /sys/netipx | |
| parent | bba60a9636aa5b90364c02592059af75481ce5b6 (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/ipx_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index 0b51a9bccb3d1..7494912b16f66 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -47,6 +47,7 @@ #include <net/if.h> #include <net/route.h> #include <net/netisr.h> +#include <net/intrq.h> #include <netipx/ipx.h> #include <netipx/spx.h> @@ -86,10 +87,10 @@ static u_short allones[] = {-1, -1, -1}; struct ipxpcb ipxpcb; struct ipxpcb ipxrawpcb; -struct ifqueue ipxintrq; static int ipxqmaxlen = IFQ_MAXLEN; long ipx_pexseq; +const int ipxintrq_present = 1; NETISR_SET(NETISR_IPX, ipxintr); |
