summaryrefslogtreecommitdiff
path: root/devel/xulrunner/patches/patch-nsprpub_pr_src_md_unix_uxrng.c
blob: bc041cdafecd2100eb4f5299584106f38db34885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-nsprpub_pr_src_md_unix_uxrng.c,v 1.1 2012/01/07 18:47:39 marino Exp $

--- nsprpub/pr/src/md/unix/uxrng.c.orig	2011-09-02 20:15:44.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>