Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41416 | Differences between
and this patch

Collapse All | Expand All

(-)ppp-2.4.2/pppd/demand.c.orig (-1 lines)
Lines 50-56 Link Here
50
#include <sys/socket.h>
50
#include <sys/socket.h>
51
#ifdef PPP_FILTER
51
#ifdef PPP_FILTER
52
#include <net/if.h>
52
#include <net/if.h>
53
#include <net/bpf.h>
54
#include <pcap.h>
53
#include <pcap.h>
55
#endif
54
#endif
56
55
(-)ppp-2.4.2/pppd/sys-linux.c.orig (-1 / +1 lines)
Lines 141-147 Link Here
141
#endif /* IPX_CHANGE */
141
#endif /* IPX_CHANGE */
142
142
143
#ifdef PPP_FILTER
143
#ifdef PPP_FILTER
144
#include <net/bpf.h>
144
#include <pcap.h>
145
#include <linux/filter.h>
145
#include <linux/filter.h>
146
#endif /* PPP_FILTER */
146
#endif /* PPP_FILTER */
147
147

Return to bug 41416