usr/src/lib/libc/port/gen/localtime.c
changeset 2292 9d2338c070a5
parent 1138 3eec486d02fb
child 2923 da82ab368162
--- a/usr/src/lib/libc/port/gen/localtime.c	Wed Jun 28 10:05:31 2006 -0700
+++ b/usr/src/lib/libc/port/gen/localtime.c	Wed Jun 28 14:36:36 2006 -0700
@@ -20,7 +20,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -112,7 +112,8 @@
 #include <errno.h>
 #include <sys/stat.h>
 
-#define	JAN_01_1902		(long long)0x8017E880
+/* JAN_01_1902 cast to (int) - negative number of seconds from 1970 */
+#define	JAN_01_1902		(int)0x8017E880
 #define	LEN_TZDIR		(sizeof (TZDIR) - 1)
 #define	TIMEZONE		"/etc/default/init"
 #define	TZSTRING		"TZ="