Add a missing declaration that broke the compilation of this file.

This commit is contained in:
John Polstra 1999-04-03 22:36:56 +00:00
parent 18b3ba267c
commit 182d6068cd

View File

@ -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 */