diff options
Diffstat (limited to 'benchmarks/rawio/files/patch-ac')
-rw-r--r-- | benchmarks/rawio/files/patch-ac | 11 |
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__ |