summaryrefslogtreecommitdiff
path: root/benchmarks/randread/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-08-09 02:01:55 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-08-09 02:01:55 +0000
commit832987946069900c3282db76575b495a2763c054 (patch)
treebd048c4024d5b49b9ccb717e7d784de7d2ce0b0c /benchmarks/randread/patches
parentd48b21835d76b4ee5dae93c0e47ca47028777776 (diff)
downloadpkgsrc-832987946069900c3282db76575b495a2763c054.tar.gz
add missing header file. fixes recently noted compilation problems on
1.5.3/alpha.
Diffstat (limited to 'benchmarks/randread/patches')
-rw-r--r--benchmarks/randread/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
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>