diff options
author | wiz <wiz> | 2001-06-28 10:32:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-28 10:32:45 +0000 |
commit | 6b0d27fc4a9d50d1702b218d625e5220fc2f3966 (patch) | |
tree | d07a64b9ff5357790f36ba31f43af53fd7051d9e | |
parent | ee672887ba83bd334e267d586283dfece9e1fa57 (diff) | |
download | pkgsrc-6b0d27fc4a9d50d1702b218d625e5220fc2f3966.tar.gz |
Only patch one file per patch file.
-rw-r--r-- | net/upclient/distinfo | 5 | ||||
-rw-r--r-- | net/upclient/patches/patch-aa | 12 | ||||
-rw-r--r-- | net/upclient/patches/patch-ac | 12 |
3 files changed, 16 insertions, 13 deletions
diff --git a/net/upclient/distinfo b/net/upclient/distinfo index 6746362b6af..1e27255cd9a 100644 --- a/net/upclient/distinfo +++ b/net/upclient/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/06/20 14:30:47 nra Exp $ +$NetBSD: distinfo,v 1.4 2001/06/28 10:32:45 wiz Exp $ SHA1 (upclient-4.2.1.23.tar.gz) = c6595959c6a5058b03ab7096a6bf9c0dbfa4285a Size (upclient-4.2.1.23.tar.gz) = 29386 bytes -SHA1 (patch-aa) = 47d96e13578a22cd18cf4d8232b9aab42d3ced35 +SHA1 (patch-aa) = 4492c6741adc516171ecba4d272f5ab46ec28ebe SHA1 (patch-ab) = dd1e318cee6e27fcf433b2123cf8f3f6ed8eb548 +SHA1 (patch-ac) = 3641ee544199aa0b63ddfb090b64cbab60e9bb8c diff --git a/net/upclient/patches/patch-aa b/net/upclient/patches/patch-aa index 2af5dae8952..f662105be72 100644 --- a/net/upclient/patches/patch-aa +++ b/net/upclient/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2001/06/21 13:57:18 nra Exp $ +$NetBSD: patch-aa,v 1.5 2001/06/28 10:32:46 wiz Exp $ --- src/options.c Sat Jun 16 14:15:04 2001 +++ src/options.c Tue Jun 19 10:48:25 2001 @@ -16,13 +16,3 @@ $NetBSD: patch-aa,v 1.4 2001/06/21 13:57:18 nra Exp $ } } } ---- src/stats-bsd.c Sat Jun 16 14:12:53 2001 -+++ src/stats-bsd.c Tue Jun 19 10:47:04 2001 -@@ -21,6 +21,7 @@ - #include <sys/dkstat.h> - #include <sys/sysctl.h> - #include <sys/utsname.h> -+#include <sys/sched.h> - - /** - * @desc Get statistics diff --git a/net/upclient/patches/patch-ac b/net/upclient/patches/patch-ac new file mode 100644 index 00000000000..8e3919943ca --- /dev/null +++ b/net/upclient/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.3 2001/06/28 10:32:46 wiz Exp $ + +--- src/stats-bsd.c.orig Sat Jun 16 21:12:53 2001 ++++ src/stats-bsd.c +@@ -21,6 +21,7 @@ + #include <sys/dkstat.h> + #include <sys/sysctl.h> + #include <sys/utsname.h> ++#include <sys/sched.h> + + /** + * @desc Get statistics |