Not sure if this should go under bug #20529 or #19330, who's patch I apparently stole. :) Anyways, rumor has it that OpenBSD has /dev/random too.
git-svn-id: svn://10.0.0.236/trunk@55370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
efef32ce6e
commit
b86bdbfe72
@ -102,7 +102,7 @@ GetHighResClock(void *buf, size_t maxbytes)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#elif (defined(LINUX) || defined(__FreeBSD__) || defined(NETBSD))
|
||||
#elif (defined(LINUX) || defined(__FreeBSD__) || defined(NETBSD) || defined(OPENBSD))
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user