summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_var.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-31 11:54:39 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-31 11:54:39 +0000
commit942a2a4682bee4d2e700bf7314d7623b2d76b04d (patch)
tree12aedd2412659750bf91c205bd60a5840852c861 /sys/netipx/ipx_var.h
parentd00c78c192ebf595eaf50ab759633d4e8a9feea8 (diff)
downloadFreeBSD-src-942a2a4682bee4d2e700bf7314d7623b2d76b04d.zip
FreeBSD-src-942a2a4682bee4d2e700bf7314d7623b2d76b04d.tar.gz
Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in
the netperf branch but for some reason didn't trigger a build failure locally when I merged to CVS and omitted it. Presumably driver error. Pointed out by: cperciva, tinderbox
Diffstat (limited to 'sys/netipx/ipx_var.h')
-rw-r--r--sys/netipx/ipx_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h
index 2cef866..74fc0ff 100644
--- a/sys/netipx/ipx_var.h
+++ b/sys/netipx/ipx_var.h
@@ -78,6 +78,7 @@ extern const union ipx_host ipx_broadhost;
struct ifnet;
struct ipx_addr;
+struct ipxpcb;
struct mbuf;
struct thread;
struct route;
OpenPOWER on IntegriCloud