aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pptpclient/pptpclient-musl.patch
diff options
context:
space:
mode:
authorMikhail Ivko <ivko.mv@gmail.com>2017-03-02 22:24:58 +0700
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-03 09:28:28 +0000
commit7cc55139a42bced72aaa63510224fccdb5664f48 (patch)
treee0bb9767abce6fa68c5f3a2fddd760ca862316c7 /testing/pptpclient/pptpclient-musl.patch
parentfb1363ae44cdbdc6daf0da0974f39ff0f0db9b86 (diff)
downloadaports-7cc55139a42bced72aaa63510224fccdb5664f48.tar.bz2
aports-7cc55139a42bced72aaa63510224fccdb5664f48.tar.xz
unmaintained/pptpclient: upgrade to 1.9.0, move from unmaintained
Diffstat (limited to 'testing/pptpclient/pptpclient-musl.patch')
-rw-r--r--testing/pptpclient/pptpclient-musl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/pptpclient/pptpclient-musl.patch b/testing/pptpclient/pptpclient-musl.patch
new file mode 100644
index 0000000000..ff67d328cc
--- /dev/null
+++ b/testing/pptpclient/pptpclient-musl.patch
@@ -0,0 +1,12 @@
+diff --git a/pqueue.h b/pqueue.h
+index c37ba7b..ae4cc6a 100644
+--- a/pqueue.h
++++ b/pqueue.h
+@@ -3,6 +3,7 @@
+
+ #include <time.h>
+ #include <sys/time.h>
++#include <sys/types.h>
+
+ /* wait this many seconds for missing packets before forgetting about them */
+ #define DEFAULT_PACKET_TIMEOUT 0.3