Add a missing declaration that broke the compilation of this file.
This commit is contained in:
parent
18b3ba267c
commit
182d6068cd
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user