summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-03 22:36:56 +0000
committerjdp <jdp@FreeBSD.org>1999-04-03 22:36:56 +0000
commitde18b529c86cbda23a8608cc7e1df69acc9d9a4e (patch)
tree090968027dcfbdb6f0fd31d074401edfe85bc09a /sys/net
parentcfa91c2e4045fec89ba0346224694d4029ee7697 (diff)
downloadFreeBSD-src-de18b529c86cbda23a8608cc7e1df69acc9d9a4e.zip
FreeBSD-src-de18b529c86cbda23a8608cc7e1df69acc9d9a4e.tar.gz
Add a missing declaration that broke the compilation of this file.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bridge.c b/sys/net/bridge.c
index b2dbe83..64f6aad 100644
--- a/sys/net/bridge.c
+++ b/sys/net/bridge.c
@@ -453,6 +453,7 @@ bdg_forward (struct mbuf **m0, struct ifnet *dst)
{
struct ifnet *src = (*m0)->m_pkthdr.rcvif; /* could be NULL in output */
struct ifnet *ifp ;
+ struct ip *ip;
int error=0, s ;
int once = 0; /* execute the loop only once */
int canfree = 1 ; /* can free the buf at the end */
OpenPOWER on IntegriCloud