diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-23 05:40:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-23 05:40:42 +0000 |
commit | efe742a00c413e66f63f66fd9e13f88e5d414a33 (patch) | |
tree | f06fb153e749a9f4af92d594eec1503ce5255158 /www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c | |
parent | 9749fbb3cc045229a3435a7de350e1777b23ab78 (diff) | |
download | FreeBSD-ports-efe742a00c413e66f63f66fd9e13f88e5d414a33.zip FreeBSD-ports-efe742a00c413e66f63f66fd9e13f88e5d414a33.tar.gz |
Update to 1.5a.
Diffstat (limited to 'www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c')
-rw-r--r-- | www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c index 30f067c..f13ae2f 100644 --- a/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c +++ b/www/seamonkey2/files/patch-nsprpub_pr_src_misc_prtime.c @@ -1,11 +1,11 @@ --- nsprpub/pr/src/misc/prtime.c.orig Wed Feb 26 19:01:02 2003 -+++ nsprpub/pr/src/misc/prtime.c Sun Apr 6 19:22:10 2003 ++++ nsprpub/pr/src/misc/prtime.c Mon Jun 30 23:18:29 2003 @@ -1666,7 +1666,7 @@ */ #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ - || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) ++ || defined(NETBSD) || defined(FREEBSD) a.tm_zone = NULL; a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; #endif |