Re: src/sys/net/if_pflow.c - fix kernel builds without bpfilter

2012-11-08 Thread Stuart Henderson
On 2012/11/08 11:52, Gleydson Soares wrote: > Hi, > > protect bpfilter portion with #if NBPFILTER > 0. > fix kernel builds without bpfilter. > > OK ? Due to the variable ifp being unused. Yep, OK. > Index: if_pflow.c > === > RCS fi

src/sys/net/if_pflow.c - fix kernel builds without bpfilter

2012-11-08 Thread Gleydson Soares
Hi, protect bpfilter portion with #if NBPFILTER > 0. fix kernel builds without bpfilter. OK ? Index: if_pflow.c === RCS file: /cvs/src/sys/net/if_pflow.c,v retrieving revision 1.21 diff -u -p -r1.21 if_pflow.c --- if_pflow.c 30 Oct