OSDN Git Service

* include/tzfile.h: Remove duplicate definition of TM_SUNDAY.
authorcorinna <corinna>
Mon, 1 Dec 2003 10:39:16 +0000 (10:39 +0000)
committercorinna <corinna>
Mon, 1 Dec 2003 10:39:16 +0000 (10:39 +0000)
* localtime.cc: Point TZDIR to the /usr/share/zoneinfo directory used
by the tzcode package.

winsup/cygwin/ChangeLog
winsup/cygwin/include/tzfile.h
winsup/cygwin/localtime.cc

index 1ed275a..0fcd078 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-01  Dr. Volker Zell  <Dr.Volker.Zell@oracle.com>
+
+       * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.
+       * localtime.cc: Point TZDIR to the /usr/share/zoneinfo directory used
+       by the tzcode package.
+
 2003-11-30  Corinna Vinschen  <corinna@vinschen.de>
 
        * flock.cc: Renamed from flock.c.
index 870c1bb..5586380 100644 (file)
@@ -41,7 +41,6 @@ details. */
 #define TM_OCTOBER     9
 #define TM_NOVEMBER    10
 #define TM_DECEMBER    11
-#define TM_SUNDAY      0
 
 #define TM_YEAR_BASE   1900
 
index 3e74667..803033d 100644 (file)
@@ -303,7 +303,7 @@ static char tzfilehid[] = "@(#)tzfile.h     7.14";
 */
 
 #ifndef TZDIR
-#define TZDIR  "/usr/local/etc/zoneinfo" /* Time zone object file directory */
+#define TZDIR  "/usr/share/zoneinfo" /* Time zone object file directory */
 #endif /* !defined TZDIR */
 
 #ifndef TZDEFAULT