summaryrefslogtreecommitdiff
path: root/benchmarks/randread
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-08-09 02:01:55 +0000
committerdmcmahill <dmcmahill>2002-08-09 02:01:55 +0000
commitbd506efc29bacb934b25584bc99beb28f041316b (patch)
treebd048c4024d5b49b9ccb717e7d784de7d2ce0b0c /benchmarks/randread
parentca6e49ac82c7a619df0de8b3b398b036f1338294 (diff)
downloadpkgsrc-bd506efc29bacb934b25584bc99beb28f041316b.tar.gz
add missing header file. fixes recently noted compilation problems on
1.5.3/alpha.
Diffstat (limited to 'benchmarks/randread')
-rw-r--r--benchmarks/randread/distinfo3
-rw-r--r--benchmarks/randread/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/benchmarks/randread/distinfo b/benchmarks/randread/distinfo
index 05ee8507f12..3ed0000f476 100644
--- a/benchmarks/randread/distinfo
+++ b/benchmarks/randread/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/06/25 05:13:27 grant Exp $
+$NetBSD: distinfo,v 1.2 2002/08/09 02:01:55 dmcmahill Exp $
SHA1 (randread-0.1.tar.gz) = fefdf7ebeda6767a85215898e67606745f57d149
Size (randread-0.1.tar.gz) = 3490 bytes
SHA1 (patch-aa) = 9d29d08e0830320c3e9964b80c008f2b1b95711c
+SHA1 (patch-ab) = 36338dd76487b5df132993ec865938af4ff14972
diff --git a/benchmarks/randread/patches/patch-ab b/benchmarks/randread/patches/patch-ab
new file mode 100644
index 00000000000..150279abd95
--- /dev/null
+++ b/benchmarks/randread/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2002/08/09 02:01:56 dmcmahill Exp $
+
+--- randread.c.orig Fri Jun 21 03:11:29 2002
++++ randread.c
+@@ -3,6 +3,7 @@
+ * by the author, Curt Sampson <cjs@cynic.net>.
+ */
+
++#include <sys/types.h>
+ #include <sys/disklabel.h>
+ #include <sys/ioctl.h>
+ #include <sys/stat.h>