summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dt
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-dt')
-rw-r--r--time/sunbird/patches/patch-dt13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-dt b/time/sunbird/patches/patch-dt
new file mode 100644
index 00000000000..a84c08f9f84
--- /dev/null
+++ b/time/sunbird/patches/patch-dt
@@ -0,0 +1,13 @@
+$NetBSD: patch-dt,v 1.1 2006/06/27 11:11:52 joerg Exp $
+
+--- nsprpub/pr/include/md/prosdep.h.orig 2006-06-26 14:36:19.000000000 +0000
++++ nsprpub/pr/include/md/prosdep.h
+@@ -72,7 +72,7 @@ PR_BEGIN_EXTERN_C
+ #if defined(AIX)
+ #include "md/_aix.h"
+
+-#elif defined(FREEBSD)
++#elif defined(FREEBSD) || defined(DRAGONFLY)
+ #include "md/_freebsd.h"
+
+ #elif defined(NETBSD)