diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-01-01 22:04:03 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-01-01 22:04:03 +0000 |
commit | 57f9b8bd311caf7c230dce0843c6594829ff0fd2 (patch) | |
tree | 4f33f971a74944bd5ca04d4df4fd7721457b0a1b /sys/netipx/ipx_pcb.c | |
parent | b4ead832425787b1637b9001a0eff29ab8fbb4b1 (diff) | |
download | FreeBSD-src-57f9b8bd311caf7c230dce0843c6594829ff0fd2.zip FreeBSD-src-57f9b8bd311caf7c230dce0843c6594829ff0fd2.tar.gz |
Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c,
the only source file where it is actually used.
Diffstat (limited to 'sys/netipx/ipx_pcb.c')
-rw-r--r-- | sys/netipx/ipx_pcb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index 5510327..e1fcfca 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) |