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
This commit is contained in:
Robert Watson 2004-12-31 11:54:39 +00:00
parent 6379133df2
commit 502c374fea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139479

View File

@ -78,6 +78,7 @@ extern const union ipx_host ipx_broadhost;
struct ifnet;
struct ipx_addr;
struct ipxpcb;
struct mbuf;
struct thread;
struct route;