7c73d57863
* Successor of devel/xulrunner, xulrunner-10.0.2. * This is ESR (Extended Support Release) version. * Fix security bugs
13 lines
561 B
C
13 lines
561 B
C
$NetBSD: patch-nsprpub_pr_src_md_unix_uxrng.c,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
|
||
|
||
--- nsprpub/pr/src/md/unix/uxrng.c.orig 2012-03-09 22:20:31.000000000 +0000
|
||
+++ nsprpub/pr/src/md/unix/uxrng.c
|
||
@@ -126,7 +126,7 @@ GetHighResClock(void *buf, size_t maxbyt
|
||
|
||
#elif (defined(LINUX) || defined(FREEBSD) || defined(__FreeBSD_kernel__) \
|
||
|| defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD) \
|
||
- || defined(SYMBIAN))
|
||
+ || defined(SYMBIAN)) || defined(__DragonFly__)
|
||
#include <sys/types.h>
|
||
#include <sys/stat.h>
|
||
#include <fcntl.h>
|