summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dv
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dv')
-rw-r--r--time/sunbird/patches/patch-dv13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-dv b/time/sunbird/patches/patch-dv
new file mode 100644
index 00000000000..d9063c7225a
--- /dev/null
+++ b/time/sunbird/patches/patch-dv
@@ -0,0 +1,13 @@
+$NetBSD: patch-dv,v 1.1 2006/06/27 11:11:52 joerg Exp $
+
+--- nsprpub/pr/src/md/prosdep.c.orig 2006-06-26 14:37:07.000000000 +0000
++++ nsprpub/pr/src/md/prosdep.c
+@@ -66,7 +66,7 @@ static void GetPageSize(void)
+ #if defined SUNOS4 || defined BSDI || defined AIX \
+ || defined LINUX || defined __GNU__ || defined __GLIBC__ \
+ || defined FREEBSD || defined NETBSD || defined OPENBSD \
+- || defined DARWIN || defined NEXTSTEP
++ || defined DARWIN || defined NEXTSTEP || defined DRAGONFLY
+ _pr_pageSize = getpagesize();
+ #elif defined(HPUX)
+ /* I have no idea. Don't get me started. --Rob */