From b86bdbfe720ffa4bc6c5d30e01cf1d7445fa96fc Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sun, 5 Dec 1999 11:01:32 +0000 Subject: [PATCH] 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 --- mozilla/nsprpub/pr/src/md/unix/uxrng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/src/md/unix/uxrng.c b/mozilla/nsprpub/pr/src/md/unix/uxrng.c index fd2a3f1d475..a5dda25dcd2 100644 --- a/mozilla/nsprpub/pr/src/md/unix/uxrng.c +++ b/mozilla/nsprpub/pr/src/md/unix/uxrng.c @@ -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 #include #include