]> git.pld-linux.org Git - packages/ppp.git/commitdiff
- patches from rawhide.
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Nov 2001 06:35:12 +0000 (06:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ppp-reap.patch -> 1.1
    ppp-warnings.patch -> 1.1

ppp-reap.patch [new file with mode: 0644]
ppp-warnings.patch [new file with mode: 0644]

diff --git a/ppp-reap.patch b/ppp-reap.patch
new file mode 100644 (file)
index 0000000..6a0b4cf
--- /dev/null
@@ -0,0 +1,12 @@
+--- ppp-2.4.0/pppd/main.c.reap Thu Jul  6 07:17:02 2000
++++ ppp-2.4.0/pppd/main.c      Thu Nov  9 17:41:30 2000
+@@ -1572,7 +1572,8 @@
+                (chp? chp->prog: "??"), pid, WTERMSIG(status));
+       } else if (debug)
+           dbglog("Script %s finished (pid %d), status = 0x%x",
+-                 (chp? chp->prog: "??"), pid, status);
++                 (chp? chp->prog: "??"), pid,
++                 WIFEXITED(status) ? WEXITSTATUS(status) : status);
+       if (chp && chp->done)
+           (*chp->done)(chp->arg);
+       if (chp)
diff --git a/ppp-warnings.patch b/ppp-warnings.patch
new file mode 100644 (file)
index 0000000..0d601df
--- /dev/null
@@ -0,0 +1,20 @@
+--- ppp-2.4.1/pppd/utils.c     Wed May 23 14:03:13 2001
++++ ppp-2.4.1/pppd/utils.c     Wed May 23 14:03:09 2001
+@@ -29,6 +29,7 @@
+ #include <fcntl.h>
+ #include <syslog.h>
+ #include <netdb.h>
++#include <time.h>
+ #include <utmp.h>
+ #include <pwd.h>
+ #include <sys/param.h>
+--- ppp-2.4.1/pppd/md5.c       Wed May 23 14:03:20 2001
++++ ppp-2.4.1/pppd/md5.c       Wed May 23 14:03:58 2001
+@@ -33,6 +33,7 @@
+  ***********************************************************************
+  */
++#include <string.h>
+ #include "md5.h"
+ /*
This page took 0.112217 seconds and 4 git commands to generate.