aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-01-02 15:16:35 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-01-02 15:16:35 +0000
commit43ae56438eb79e7fc55c5be847999a6556f041f9 (patch)
treeb848f1e513e7e4fd3471f7b7b3b96d706d97b889 /sys/netipx
parent928944eeb5c5d2192c1480d719f4896469291867 (diff)
Notes
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_pcb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index 144d12b9d3969..c7719a1b52958 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -85,8 +85,6 @@ extern struct ipxpcbhead ipxrawpcb_list;
#define IPXRCVQ 40960
#ifdef _KERNEL
-extern struct ipxpcb ipxpcb; /* head of list */
-
int ipx_pcballoc(struct socket *so, struct ipxpcbhead *head,
struct thread *p);
int ipx_pcbbind(struct ipxpcb *ipxp, struct sockaddr *nam,