]> git.pld-linux.org Git - packages/ppp.git/commitdiff
- libpcap headers fix
authormisi3k <misi3k@pld-linux.org>
Sun, 8 Feb 2004 11:52:25 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ppp-pcap.patch -> 1.1

ppp-pcap.patch [new file with mode: 0644]

diff --git a/ppp-pcap.patch b/ppp-pcap.patch
new file mode 100644 (file)
index 0000000..db51f09
--- /dev/null
@@ -0,0 +1,22 @@
+--- ppp-2.4.2/pppd/demand.c.orig       2004-02-08 12:27:11.000000000 +0100
++++ ppp-2.4.2/pppd/demand.c    2004-02-08 12:27:17.000000000 +0100
+@@ -50,7 +50,7 @@
+ #include <sys/socket.h>
+ #ifdef PPP_FILTER
+ #include <net/if.h>
+-#include <net/bpf.h>
++#include <pcap-bpf.h>
+ #include <pcap.h>
+ #endif
+--- ppp-2.4.2/pppd/sys-linux.c.orig    2004-02-08 12:33:18.000000000 +0100
++++ ppp-2.4.2/pppd/sys-linux.c 2004-02-08 12:33:45.000000000 +0100
+@@ -141,7 +141,7 @@
+ #endif /* IPX_CHANGE */
+ #ifdef PPP_FILTER
+-#include <net/bpf.h>
++#include <pcap-bpf.h>
+ #include <linux/filter.h>
+ #endif /* PPP_FILTER */
This page took 0.201164 seconds and 4 git commands to generate.