summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pppvar.h
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1997-10-17 21:50:32 +0000
committerroberto <roberto@FreeBSD.org>1997-10-17 21:50:32 +0000
commitb5e0a197bf2d3e00e36d9b393d582869b91ea8be (patch)
tree2f4b7e41655903f66df2f148a0766e58111a8a98 /sys/net/if_pppvar.h
parentbcb06c750a7b74ced0ee4a729ea9af1e879c11cb (diff)
downloadFreeBSD-src-b5e0a197bf2d3e00e36d9b393d582869b91ea8be.zip
FreeBSD-src-b5e0a197bf2d3e00e36d9b393d582869b91ea8be.tar.gz
A better fix for both kernel and LKM compilation.
Diffstat (limited to 'sys/net/if_pppvar.h')
-rw-r--r--sys/net/if_pppvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h
index e78d129..00c4ee0 100644
--- a/sys/net/if_pppvar.h
+++ b/sys/net/if_pppvar.h
@@ -39,7 +39,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: if_pppvar.h,v 1.9 1997/09/21 22:00:59 gibbs Exp $
+ * $Id: if_pppvar.h,v 1.10 1997/10/17 21:30:30 roberto Exp $
*/
/*
@@ -76,7 +76,7 @@ struct ppp_softc {
void *sc_rc_state; /* receive decompressor state */
time_t sc_last_sent; /* time (secs) last NP pkt sent */
time_t sc_last_recv; /* time (secs) last NP pkt rcvd */
-#ifdef NBPFILTER
+#if NBPFILTER > 0
struct bpf_program sc_pass_filt; /* filter for packets to pass */
struct bpf_program sc_active_filt; /* filter for "non-idle" packets */
#endif /* NBPFILTER */
OpenPOWER on IntegriCloud