aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/150-debug_compile_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/ppp/patches/150-debug_compile_fix.patch')
-rw-r--r--package/network/services/ppp/patches/150-debug_compile_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/ppp/patches/150-debug_compile_fix.patch b/package/network/services/ppp/patches/150-debug_compile_fix.patch
deleted file mode 100644
index 6c2f5cecab..0000000000
--- a/package/network/services/ppp/patches/150-debug_compile_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pppd/plugins/rp-pppoe/debug.c
-+++ b/pppd/plugins/rp-pppoe/debug.c
-@@ -16,6 +16,8 @@
- static char const RCSID[] =
- "$Id: debug.c,v 1.2 2008/06/09 08:34:23 paulus Exp $";
-
-+#include <sys/types.h>
-+
- #include "pppoe.h"
- #include <sys/time.h>
- #include <time.h>