summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-01-02 15:16:35 +0000
committerrwatson <rwatson@FreeBSD.org>2005-01-02 15:16:35 +0000
commit3d41eea355692fef65231d0c082f74a93dfba2ea (patch)
treeb848f1e513e7e4fd3471f7b7b3b96d706d97b889 /sys/netipx
parentf178a5be317b02070511f3a345abb8e34e40899d (diff)
downloadFreeBSD-src-3d41eea355692fef65231d0c082f74a93dfba2ea.zip
FreeBSD-src-3d41eea355692fef65231d0c082f74a93dfba2ea.tar.gz
Extern declaration of old 'ipxpcb' list head no longer required.
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 144d12b..c7719a1 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,
OpenPOWER on IntegriCloud