summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2001-09-22 20:47:15 +0000
committerjdolecek <jdolecek>2001-09-22 20:47:15 +0000
commitfa094238be33143c0a6ce27f0776bd987c651f6c (patch)
tree99c80d1ae47a9399d3b158d2d6d26f6a81f79827 /benchmarks/hbench/patches
parentf5e0a288598fc82aac8462d4630f5055d4305d0a (diff)
downloadpkgsrc-fa094238be33143c0a6ce27f0776bd987c651f6c.tar.gz
fix the bw_pipe to actually apply cleanly
Diffstat (limited to 'benchmarks/hbench/patches')
-rw-r--r--benchmarks/hbench/patches/patch-al6
1 files changed, 3 insertions, 3 deletions
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()) {