mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-28 21:29:28 +00:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
--- 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__
|