Fix build failure without BPF.

Reported by:	deeptech71 at gmail dot com
Approved by:	re (kib)
This commit is contained in:
Sergey Kandaurov 2011-08-17 13:02:50 +00:00
parent 68889ed699
commit a6bab2362e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224936

View File

@ -2126,8 +2126,8 @@ pfsync_sendout(void)
#else
struct ifnet *ifp = &sc->sc_if;
#endif
struct mbuf *m;
#endif
struct mbuf *m;
struct ip *ip;
struct pfsync_header *ph;
struct pfsync_subheader *subh;