From db207e2a873e55747a6a6bff407c8b3de04d8301 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 12 Nov 2012 19:13:45 +0000 Subject: ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko - refresh patches SVN-Revision: 34171 --- package/network/services/ppp/patches/403-no_wtmp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/services/ppp/patches/403-no_wtmp.patch') diff --git a/package/network/services/ppp/patches/403-no_wtmp.patch b/package/network/services/ppp/patches/403-no_wtmp.patch index 71233200e7..e8e76252c0 100644 --- a/package/network/services/ppp/patches/403-no_wtmp.patch +++ b/package/network/services/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