summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dx
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dx')
-rw-r--r--time/sunbird/patches/patch-dx14
1 files changed, 7 insertions, 7 deletions
diff --git a/time/sunbird/patches/patch-dx b/time/sunbird/patches/patch-dx
index 5bc71175fb3..4746eb85ac7 100644
--- a/time/sunbird/patches/patch-dx
+++ b/time/sunbird/patches/patch-dx
@@ -1,14 +1,14 @@
-$NetBSD: patch-dx,v 1.1 2006/06/27 11:11:52 joerg Exp $
+$NetBSD: patch-dx,v 1.2 2009/05/29 13:22:11 he Exp $
---- nsprpub/pr/src/md/unix/uxrng.c.orig 2006-06-26 14:37:48.000000000 +0000
+--- nsprpub/pr/src/md/unix/uxrng.c.orig 2005-07-02 00:26:36.000000000 +0200
+++ nsprpub/pr/src/md/unix/uxrng.c
-@@ -139,7 +139,8 @@ GetHighResClock(void *buf, size_t maxbyt
+@@ -138,7 +138,8 @@ GetHighResClock(void *buf, size_t maxbyt
+ return 0;
}
- #elif (defined(LINUX) || defined(FREEBSD) || defined(__FreeBSD_kernel__) \
-- || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD))
-+ || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD)) \
-+ || defined(DRAGONFLY)
+-#elif (defined(LINUX) || defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD))
++#elif (defined(LINUX) || defined(FREEBSD) || defined(NETBSD) || \
++ defined(OPENBSD) || defined(DRAGONFLY))
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>