diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-01-01 22:04:03 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-01-01 22:04:03 +0000 |
| commit | 86c788d32335ab2f590ead95fc34003e672f7016 (patch) | |
| tree | 4f33f971a74944bd5ca04d4df4fd7721457b0a1b /sys/netipx | |
| parent | 0d00328d335228848e61e2b7ae6086badcd94d0a (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/ipx_input.c | 1 | ||||
| -rw-r--r-- | sys/netipx/ipx_pcb.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index 06d25415fcb5..812226b259e5 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -88,7 +88,6 @@ struct sockaddr_ipx ipx_netmask, ipx_hostmask; /* * IPX protocol control block (pcb) lists. */ -u_short ipxpcb_lport_cache; struct ipxpcbhead ipxpcb_list; struct ipxpcbhead ipxrawpcb_list; diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 551032731e44..e1fcfcae2a46 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$"); #include <netipx/ipx_var.h> static struct ipx_addr zeroipx_addr; +static u_short ipxpcb_lport_cache; int ipx_pcballoc(so, head, td) |
