aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-05-18 21:34:23 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-05-18 21:39:19 +0200
commita7967bada914c952efff77d6ca2c72d1f7c19c83 (patch)
tree46e765f9cc2eee01176f80449a6920ddf17f87a4 /package/network/services/ppp/patches/140-pppoe_compile_fix.patch
parent9ccb24c5485540b9746ff31a91b37bf8d5da9e56 (diff)
downloadupstream-a7967bada914c952efff77d6ca2c72d1f7c19c83.tar.gz
upstream-a7967bada914c952efff77d6ca2c72d1f7c19c83.tar.bz2
upstream-a7967bada914c952efff77d6ca2c72d1f7c19c83.zip
ppp: update to version 2.4.7.git-2019-05-18
c9d9dbf pppoe: Custom host-uniq tag 44012ae plugins/rp-pppoe: Fix compile errors Refresh patches Drop 520-uniq patch as upstream accepted Drop 150-debug_compile_fix patch as fixed upstream Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/ppp/patches/140-pppoe_compile_fix.patch')
-rw-r--r--package/network/services/ppp/patches/140-pppoe_compile_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
index 6453ab12c2..d82d106a50 100644
--- a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
+++ b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch
@@ -1,6 +1,6 @@
--- a/pppd/plugins/rp-pppoe/pppoe.h
+++ b/pppd/plugins/rp-pppoe/pppoe.h
-@@ -54,11 +54,7 @@
+@@ -52,11 +52,7 @@
#include <netinet/in.h>
/* Ugly header files on some Linux boxes... */
@@ -12,7 +12,7 @@
#ifdef HAVE_NET_IF_TYPES_H
#include <net/if_types.h>
-@@ -86,20 +82,7 @@ typedef unsigned long UINT32_t;
+@@ -84,20 +80,7 @@ typedef unsigned long UINT32_t;
#error Could not find a 32-bit integer type
#endif