diff options
Diffstat (limited to 'time/sunbird/patches/patch-ea')
-rw-r--r-- | time/sunbird/patches/patch-ea | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/time/sunbird/patches/patch-ea b/time/sunbird/patches/patch-ea deleted file mode 100644 index 9a755e13542..00000000000 --- a/time/sunbird/patches/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -$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 |