summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2001-09-22 20:47:15 +0000
committerjdolecek <jdolecek@pkgsrc.org>2001-09-22 20:47:15 +0000
commitf69d9269a4248e135e1f221a66a3ee277979c14b (patch)
tree99c80d1ae47a9399d3b158d2d6d26f6a81f79827 /benchmarks/hbench
parent61df6889f2722edd33af2ae0b5047efd1c539758 (diff)
downloadpkgsrc-f69d9269a4248e135e1f221a66a3ee277979c14b.tar.gz
fix the bw_pipe to actually apply cleanly
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r--benchmarks/hbench/distinfo4
-rw-r--r--benchmarks/hbench/patches/patch-al6
2 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/hbench/distinfo b/benchmarks/hbench/distinfo
index 4af765ae148..e3ff7f3bdba 100644
--- a/benchmarks/hbench/distinfo
+++ b/benchmarks/hbench/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/09/22 15:25:32 jdolecek Exp $
+$NetBSD: distinfo,v 1.4 2001/09/22 20:47:16 jdolecek Exp $
SHA1 (hbench-OS-1.0.tar.gz) = f8461fee712e354072f2764496403a50c1543c24
Size (hbench-OS-1.0.tar.gz) = 205666 bytes
@@ -13,4 +13,4 @@ SHA1 (patch-ah) = 6c01c679b394985d0570df4fe29c09642cbde6c3
SHA1 (patch-ai) = d59d05c9d73aa4c06f5ac5153a069694a4267fd1
SHA1 (patch-aj) = 7bca0c1062626b5c03f04b7bce17f7c2d8c14231
SHA1 (patch-ak) = 986d86c1b6d6850585cde8cb9ffd119fbe2351ee
-SHA1 (patch-al) = a94603837789248bff873ec787ede901dd1ed215
+SHA1 (patch-al) = 1955e8477c42ed43a416a37ef5aec598dd0655da
diff --git a/benchmarks/hbench/patches/patch-al b/benchmarks/hbench/patches/patch-al
index 440c8da07ca..9ae50e7ffa3 100644
--- a/benchmarks/hbench/patches/patch-al
+++ b/benchmarks/hbench/patches/patch-al
@@ -1,7 +1,7 @@
-$NetBSD: patch-al,v 1.1 2001/09/22 15:25:33 jdolecek Exp $
+$NetBSD: patch-al,v 1.2 2001/09/22 20:47:15 jdolecek Exp $
---- bw_pipe.c.orig Fri Sep 21 18:39:15 2001
-+++ bw_pipe.c Fri Sep 21 18:39:48 2001
+--- src/bw_pipe.c.orig Fri Sep 21 18:39:15 2001
++++ src/bw_pipe.c Fri Sep 21 18:39:48 2001
@@ -147,6 +147,8 @@ do_pipexfer(num_iter, t)
/* Spawn off a writer, then time the read */
switch (fork()) {