summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pppvar.h
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1997-10-17 21:30:30 +0000
committerroberto <roberto@FreeBSD.org>1997-10-17 21:30:30 +0000
commitbcb06c750a7b74ced0ee4a729ea9af1e879c11cb (patch)
tree223fbc26bf71e6acaa5a32419ffcf594f1b08f8f /sys/net/if_pppvar.h
parentb6a8ab8abe2f919faa172f196da6dbe05b7407f0 (diff)
downloadFreeBSD-src-bcb06c750a7b74ced0ee4a729ea9af1e879c11cb.zip
FreeBSD-src-bcb06c750a7b74ced0ee4a729ea9af1e879c11cb.tar.gz
Change PPP_FILTER into NBPFILTER to fix kernel compilation.
It should probably be changed in ppp_tty.c for consistency but I'll let Brian deal with this. Forgotten by: brian
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 67a9d7b..e78d129 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.8 1997/08/19 14:10:45 peter Exp $
+ * $Id: if_pppvar.h,v 1.9 1997/09/21 22:00:59 gibbs 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 */
-#ifdef PPP_FILTER
+#ifdef NBPFILTER
struct bpf_program sc_pass_filt; /* filter for packets to pass */
struct bpf_program sc_active_filt; /* filter for "non-idle" packets */
-#endif /* PPP_FILTER */
+#endif /* NBPFILTER */
#ifdef VJC
struct slcompress *sc_comp; /* vjc control buffer */
#endif
OpenPOWER on IntegriCloud