summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ea
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-ea')
-rw-r--r--time/sunbird/patches/patch-ea13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-ea b/time/sunbird/patches/patch-ea
new file mode 100644
index 00000000000..9a755e13542
--- /dev/null
+++ b/time/sunbird/patches/patch-ea
@@ -0,0 +1,13 @@
+$NetBSD: patch-ea,v 1.1 2006/06/27 11:11:52 joerg Exp $
+
+--- nsprpub/pr/src/misc/prtime.c.orig 2006-06-26 14:39:12.000000000 +0000
++++ nsprpub/pr/src/misc/prtime.c
+@@ -1656,7 +1656,7 @@ PR_FormatTime(char *buf, int buflen, con
+
+ #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \
+ || defined(NETBSD) || defined(OPENBSD) || defined(FREEBSD) \
+- || defined(DARWIN)
++ || defined(DARWIN) || defined(DRAGONFLY)
+ a.tm_zone = NULL;
+ a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset;
+ #endif