summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_var.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-30 17:49:40 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-30 17:49:40 +0000
commit767b9c0b3efe618078d08c4cf137ab912f502ca2 (patch)
treea750ac94e75e406a21cd733a1d3edf909cf38c11 /sys/netipx/ipx_var.h
parent547414a25a19e2404c14c52038ec7fe4fa7b4b05 (diff)
downloadFreeBSD-src-767b9c0b3efe618078d08c4cf137ab912f502ca2.zip
FreeBSD-src-767b9c0b3efe618078d08c4cf137ab912f502ca2.tar.gz
Convert netipx to use queue(9) doubly-linked lists instead of home-brew
linked lists for ipxpcb's.
Diffstat (limited to 'sys/netipx/ipx_var.h')
-rw-r--r--sys/netipx/ipx_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h
index 04cbec5..2cef866 100644
--- a/sys/netipx/ipx_var.h
+++ b/sys/netipx/ipx_var.h
@@ -66,7 +66,6 @@ SYSCTL_DECL(_net_ipx_ipx);
extern int ipxcksum;
extern long ipx_pexseq;
extern struct ipxstat ipxstat;
-extern struct ipxpcb ipxrawpcb;
extern struct pr_usrreqs ipx_usrreqs;
extern struct pr_usrreqs ripx_usrreqs;
extern struct sockaddr_ipx ipx_netmask;
OpenPOWER on IntegriCloud