aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/401-no_record_file.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-20 13:51:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-20 13:51:36 +0000
commit7fa3fe6741b08fb26058e92a43dfd9d3798d102a (patch)
treea1e3e513ee443172b8936c89c1df1a09c21497fa /package/network/services/ppp/patches/401-no_record_file.patch
parent0f474633e146b30c1775d15ced6bdf8529b16863 (diff)
downloadupstream-7fa3fe6741b08fb26058e92a43dfd9d3798d102a.tar.gz
upstream-7fa3fe6741b08fb26058e92a43dfd9d3798d102a.tar.bz2
upstream-7fa3fe6741b08fb26058e92a43dfd9d3798d102a.zip
pppd: fix build errors with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39963
Diffstat (limited to 'package/network/services/ppp/patches/401-no_record_file.patch')
-rw-r--r--package/network/services/ppp/patches/401-no_record_file.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/patches/401-no_record_file.patch b/package/network/services/ppp/patches/401-no_record_file.patch
index 94c0263eaa..7ae175df8f 100644
--- a/package/network/services/ppp/patches/401-no_record_file.patch
+++ b/package/network/services/ppp/patches/401-no_record_file.patch
@@ -7,7 +7,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
-@@ -309,7 +309,6 @@ extern int holdoff; /* Dead time before
+@@ -312,7 +312,6 @@ extern int holdoff; /* Dead time before
extern bool holdoff_specified; /* true if user gave a holdoff value */
extern bool notty; /* Stdin/out is not a tty */
extern char *pty_socket; /* Socket to connect to pty */