pkgsrc/devel/xulrunner10/patches/patch-nsprpub_pr_src_md_unix_uxrng.c
ryoon 7c73d57863 Import xulrunner-10.0.3 as devel/xulrunner
* Successor of devel/xulrunner, xulrunner-10.0.2.
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 08:58:26 +00:00

13 lines
561 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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>