aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/rawio/files/patch-ac
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-22 11:03:46 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-22 11:03:46 +0000
commit0f49af69848b2ffe1b242aa102c24d34094f7fd3 (patch)
tree66a745dd135e644699a982e0aac27eb4111d72f2 /benchmarks/rawio/files/patch-ac
parent3a0e9b245fd6d2746a462f779e161bd496af9bf3 (diff)
fix bento build errors
Diffstat (limited to 'benchmarks/rawio/files/patch-ac')
-rw-r--r--benchmarks/rawio/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/rawio/files/patch-ac b/benchmarks/rawio/files/patch-ac
new file mode 100644
index 000000000000..0bdb7e8ddd8b
--- /dev/null
+++ b/benchmarks/rawio/files/patch-ac
@@ -0,0 +1,11 @@
+--- mkrandom.c.orig Sat Jan 22 03:02:13 2000
++++ mkrandom.c Sat Jan 22 03:02:21 2000
+@@ -54,7 +54,7 @@
+ #include <sys/wait.h>
+ #include <sys/resource.h>
+ #include <signal.h>
+-#include "random.h"
++#include <machine/random.h>
+
+ /* submitted by Andy Doran <ad@psn.ie> */
+ #ifdef __NetBSD__