From 57f9b8bd311caf7c230dce0843c6594829ff0fd2 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 1 Jan 2005 22:04:03 +0000 Subject: Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, the only source file where it is actually used. --- sys/netipx/ipx_pcb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netipx/ipx_pcb.c') 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 static struct ipx_addr zeroipx_addr; +static u_short ipxpcb_lport_cache; int ipx_pcballoc(so, head, td) -- cgit v1.1