$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