From b5e0a197bf2d3e00e36d9b393d582869b91ea8be Mon Sep 17 00:00:00 2001 From: roberto Date: Fri, 17 Oct 1997 21:50:32 +0000 Subject: A better fix for both kernel and LKM compilation. --- sys/net/if_ppp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if_ppp.h') diff --git a/sys/net/if_ppp.h b/sys/net/if_ppp.h index b24af72..d3f01a7 100644 --- a/sys/net/if_ppp.h +++ b/sys/net/if_ppp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: if_ppp.h,v 1.9 1997/08/19 14:10:45 peter Exp $ + * $Id: if_ppp.h,v 1.10 1997/10/17 21:30:30 roberto Exp $ */ #ifndef _IF_PPP_H_ @@ -116,7 +116,7 @@ struct ifpppcstatsreq { #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */ #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ #define PPPIOCGIDLE _IOR('t', 74, struct ppp_idle) /* get idle time */ -#ifdef NBPFILTER +#if NBPFILTER > 0 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */ #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ #endif /* NBPFILTER */ -- cgit v1.1