diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-09 02:01:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-09 02:01:55 +0000 |
commit | 832987946069900c3282db76575b495a2763c054 (patch) | |
tree | bd048c4024d5b49b9ccb717e7d784de7d2ce0b0c /benchmarks | |
parent | d48b21835d76b4ee5dae93c0e47ca47028777776 (diff) | |
download | pkgsrc-832987946069900c3282db76575b495a2763c054.tar.gz |
add missing header file. fixes recently noted compilation problems on
1.5.3/alpha.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/randread/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/randread/patches/patch-ab | 12 |
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> |