From cb766c47bbc85377efabebbb6e34420f80be9aa3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 1 Dec 2003 10:39:17 +0000 Subject: * include/tzfile.h: Remove duplicate definition of TM_SUNDAY. * localtime.cc: Point TZDIR to the /usr/share/zoneinfo directory used by the tzcode package. --- winsup/cygwin/localtime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/localtime.cc') diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc index 3e74667fe..803033d51 100644 --- a/winsup/cygwin/localtime.cc +++ b/winsup/cygwin/localtime.cc @@ -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 -- cgit v1.2.3