From 801c353ac5392a1ff6749a3ea1ef1fe619cbc25d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Sep 1997 01:45:55 +0000 Subject: Change for 2.0.5b --- time/tzfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'time/tzfile.c') diff --git a/time/tzfile.c b/time/tzfile.c index 88e86e33b1..c90e05749f 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -112,8 +112,8 @@ __tzfile_read (const char *file) /* No user specification; use the site-wide default. */ file = TZDEFAULT; else if (*file == '\0') - /* User specified the empty string; use UTC explicitly. */ - file = "Universal"; + /* User specified the empty string; use UTC with no leap seconds. */ + return; else { /* We must not allow to read an arbitrary file in a setuid @@ -455,7 +455,7 @@ __tzfile_compute (time_t timer, long int *leap_correct, int *leap_hit) return 1; } -void +static void compute_tzname_max (size_t chars) { extern size_t __tzname_cur_max; /* Defined in tzset.c. */ -- cgit v1.2.3