From a96705e93d471dcccdec66e4e84ca7fd61e7ca23 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 12 Nov 2012 19:17:10 +0000 Subject: AA: ppp: backport r34171 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34172 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ppp/patches/403-no_wtmp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/ppp/patches/403-no_wtmp.patch') diff --git a/package/ppp/patches/403-no_wtmp.patch b/package/ppp/patches/403-no_wtmp.patch index 71233200e7..e8e76252c0 100644 --- a/package/ppp/patches/403-no_wtmp.patch +++ b/package/ppp/patches/403-no_wtmp.patch @@ -7,7 +7,7 @@ Signed-off-by: Jo-Philipp Wich --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c -@@ -2254,6 +2254,7 @@ int ppp_available(void) +@@ -2266,6 +2266,7 @@ int ppp_available(void) void logwtmp (const char *line, const char *name, const char *host) { @@ -15,7 +15,7 @@ Signed-off-by: Jo-Philipp Wich struct utmp ut, *utp; pid_t mypid = getpid(); #if __GLIBC__ < 2 -@@ -2319,6 +2320,7 @@ void logwtmp (const char *line, const ch +@@ -2331,6 +2332,7 @@ void logwtmp (const char *line, const ch close (wtmp); } #endif -- cgit v1.2.3