X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fif_ppp.h;fp=include%2Fnet%2Fif_ppp.h;h=1beb4707663c55a5623ac30575d5f4bcc9a79764;hp=d08605e3cbd9d34e8c5ff1a0403202d4e3d4b9f9;hb=f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56;hpb=898d3f4b437ca1348abc1bbd036b0106c66a7ba6;ds=sidebyside diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index d08605e..1beb470 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -129,10 +129,10 @@ 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 PPP_FILTER +#ifdef PPP_WITH_FILTER #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */ #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ -#endif /* PPP_FILTER */ +#endif /* PPP_WITH_FILTER */ /* PPPIOC[GS]MTU are alternatives to SIOC[GS]IFMTU, used under Ultrix */ #define PPPIOCGMTU _IOR('t', 73, int) /* get interface MTU */