mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
--- e_os.h.orig Thu Mar 19 13:30:36 2015
|
|
+++ e_os.h Fri Apr 24 14:51:53 2015
|
|
@@ -82,7 +82,11 @@
|
|
* set this to a comma-separated list of 'random' device files to try out. My
|
|
* default, we will try to read at least one of these files
|
|
*/
|
|
+#if defined(__minix)
|
|
+# define DEVRANDOM "/dev/random","/dev/urandom","/dev/srandom"
|
|
+#else
|
|
# define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
|
|
+#endif /* defined(__minix) */
|
|
# endif
|
|
# ifndef DEVRANDOM_EGD
|
|
/*
|