From ae65a57cf1ad2ed611d7192411dd4587a758a04d Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 8 Sep 1986 16:17:14 -0400 Subject: [PATCH] tzdir->timezones to protect the innocent SCCS-file: tzfile.h SCCS-SID: 2.2 --- tzfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzfile.h b/tzfile.h index 686899c..3b45439 100644 --- a/tzfile.h +++ b/tzfile.h @@ -5,7 +5,7 @@ */ #ifndef TZDIR -#define TZDIR "/etc/tzdir" /* Time zone object file directory */ +#define TZDIR "/etc/timezones" /* Time zone object file directory */ #endif #ifndef TZDEFAULT