summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-10-16 20:08:56 +0200
committerJo-Philipp Wich <jo@mein.io>2017-12-13 16:40:21 +0100
commit7fa70027d4f91ffca4970c84f3e7bef1046ae8a6 (patch)
treed5e3465f117d58560dbc73e4c9773b98b75e4e7d /package/network
parentd63eb474b3fc6cf5fb57dbe985689df3f7cf0b0e (diff)
downloadmtk-20170518-7fa70027d4f91ffca4970c84f3e7bef1046ae8a6.zip
mtk-20170518-7fa70027d4f91ffca4970c84f3e7bef1046ae8a6.tar.gz
mtk-20170518-7fa70027d4f91ffca4970c84f3e7bef1046ae8a6.tar.bz2
ppp: make the patches apply correctly again
This fixes a compile problem recently introduced by me. Fixes: f40fd43ab2f ("ppp: fix compile warning") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit a29848c67180396656e4e8a7ef47ae5b441a7325)
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/ppp/patches/500-add-pptp-plugin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/500-add-pptp-plugin.patch b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
index 54a160d..5ed861d 100644
--- a/package/network/services/ppp/patches/500-add-pptp-plugin.patch
+++ b/package/network/services/ppp/patches/500-add-pptp-plugin.patch
@@ -1064,7 +1064,7 @@
+ struct in_addr localbind);
--- /dev/null
+++ b/pppd/plugins/pptp/pptp_ctrl.c
-@@ -0,0 +1,1077 @@
+@@ -0,0 +1,1078 @@
+/* pptp_ctrl.c ... handle PPTP control connection.
+ * C. Scott Ananian <cananian@alumni.princeton.edu>
+ *