Compile pfsync w/o bpf.

Noticed by:	"Jayel Villamin" <jarthel operamail com>
This commit is contained in:
Max Laier 2004-12-10 17:42:47 +00:00
parent 84b30e2247
commit 7cadbe4109

View File

@ -1529,7 +1529,9 @@ int
pfsync_sendout(sc)
struct pfsync_softc *sc;
{
#if NBPFILTER > 0
struct ifnet *ifp = &sc->sc_if;
#endif
struct mbuf *m;
#ifdef __FreeBSD__