summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pppvar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-18 00:46:10 +0000
committerpeter <peter@FreeBSD.org>1997-10-18 00:46:10 +0000
commit78e8c3f4e136edc7d6fe93676d0c76ccf8c39ddf (patch)
tree4dfc69d839e6b1422c7442b42bc0906bf61e1114 /sys/net/if_pppvar.h
parentdeb21eac019d212ef94d2abdf7bdef1d554947b5 (diff)
downloadFreeBSD-src-78e8c3f4e136edc7d6fe93676d0c76ccf8c39ddf.zip
FreeBSD-src-78e8c3f4e136edc7d6fe93676d0c76ccf8c39ddf.tar.gz
Back out the `PPP_FILTER => NBPFILTER' changes
Diffstat (limited to 'sys/net/if_pppvar.h')
-rw-r--r--sys/net/if_pppvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h
index 00c4ee0..31d6ff5 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.10 1997/10/17 21:30:30 roberto Exp $
+ * $Id: if_pppvar.h,v 1.11 1997/10/17 21:50:32 roberto Exp $
*/
/*
@@ -76,10 +76,10 @@ 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 */
-#if NBPFILTER > 0
+#ifdef PPP_FILTER
struct bpf_program sc_pass_filt; /* filter for packets to pass */
struct bpf_program sc_active_filt; /* filter for "non-idle" packets */
-#endif /* NBPFILTER */
+#endif /* PPP_FILTER */
#ifdef VJC
struct slcompress *sc_comp; /* vjc control buffer */
#endif
OpenPOWER on IntegriCloud