diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-12-31 11:54:39 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-12-31 11:54:39 +0000 |
commit | 942a2a4682bee4d2e700bf7314d7623b2d76b04d (patch) | |
tree | 12aedd2412659750bf91c205bd60a5840852c861 /sys/netipx | |
parent | d00c78c192ebf595eaf50ab759633d4e8a9feea8 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/netipx/ipx_var.h | 1 |
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; |