aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/rawio/files/patch-ac
blob: 092386bf01d108093a32d74beef415f2159e1d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mkrandom.c.orig	Sat Jan  1 19:47:33 2000
+++ mkrandom.c	Thu Jan 27 21:32:52 2000
@@ -54,7 +54,9 @@
 #include <sys/wait.h>
 #include <sys/resource.h>
 #include <signal.h>
-#include "random.h"
+#if !defined(__FreeBSD__) || !defined(__alpha__)
+#include <machine/random.h>
+#endif
 
 /* submitted by Andy Doran <ad@psn.ie> */
 #ifdef __NetBSD__