mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
592 B
C
14 lines
592 B
C
$NetBSD: patch-nsprpub_pr_src_md_unix_uxrng.c,v 1.3 2013/07/20 08:57:20 ryoon Exp $
|
||
|
||
--- nsprpub/pr/src/md/unix/uxrng.c.orig 2012-05-18 21:55:29.000000000 +0000
|
||
+++ nspr/pr/src/md/unix/uxrng.c
|
||
@@ -94,7 +94,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(__GNU__))
|
||
+ || defined(SYMBIAN) || defined(__GNU__)) || defined(__DragonFly__)
|
||
#include <sys/types.h>
|
||
#include <sys/stat.h>
|
||
#include <fcntl.h>
|