summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ea
blob: 9a755e135420da6734163a92291ac6e76e6a29fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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