summaryrefslogtreecommitdiff
path: root/package/ppp/patches/patch-pppd_main_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-07 21:18:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:25 +0200
commite00089c8f45e4153787aba3c0ee511ee24e13608 (patch)
tree0a9cf0c7ca1549cd80a74580492c75d2a0ba6d92 /package/ppp/patches/patch-pppd_main_c
parent60861bb830aaafc4f3f620ffb435d32b4bf10c8e (diff)
update to latest upstream version
Diffstat (limited to 'package/ppp/patches/patch-pppd_main_c')
-rw-r--r--package/ppp/patches/patch-pppd_main_c8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ppp/patches/patch-pppd_main_c b/package/ppp/patches/patch-pppd_main_c
index adc00acd1..48232482b 100644
--- a/package/ppp/patches/patch-pppd_main_c
+++ b/package/ppp/patches/patch-pppd_main_c
@@ -1,5 +1,5 @@
---- ppp-2.4.5.orig/pppd/main.c 2009-11-16 23:26:07.000000000 +0100
-+++ ppp-2.4.5/pppd/main.c 2014-03-17 16:13:13.000000000 +0100
+--- ppp-2.4.6.orig/pppd/main.c 2014-01-02 05:42:08.000000000 +0100
++++ ppp-2.4.6/pppd/main.c 2014-06-05 20:42:29.000000000 +0200
@@ -90,6 +90,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
@@ -186,7 +186,7 @@
gettimeofday(&timenow, NULL);
tvp->tv_sec = callout->c_time.tv_sec - timenow.tv_sec;
-@@ -1692,7 +1729,7 @@ run_program(prog, args, must_exist, done
+@@ -1777,7 +1814,7 @@ run_program(prog, args, must_exist, done
char *prog;
char **args;
int must_exist;
@@ -195,7 +195,7 @@
void *arg;
int wait;
{
-@@ -1767,7 +1804,7 @@ void
+@@ -1853,7 +1890,7 @@ void
record_child(pid, prog, done, arg, killable)
int pid;
char *prog;