Index: mozilla/nsprpub/pr/src/misc/prtime.c |
=================================================================== |
--- mozilla/nsprpub/pr/src/misc/prtime.c (revision 179237) |
+++ mozilla/nsprpub/pr/src/misc/prtime.c (working copy) |
@@ -1695,7 +1695,7 @@ |
* additional fields: tm_zone and tm_gmtoff. |
*/ |
-#if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ |
+#if (__GLIBC__ >= 2) || defined(XP_BEOS) \ |
|| defined(NETBSD) || defined(OPENBSD) || defined(FREEBSD) \ |
|| defined(DARWIN) || defined(SYMBIAN) || defined(ANDROID) |
a.tm_zone = NULL; |