From 88455219c104124f82cc11d038b17cb249c4b6bd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Oct 1998 21:51:25 +0000 Subject: Update. 1998-10-24 H.J. Lu * time/tzfile.c (__tzfile_default): Set num_types to 2. 1998-10-23 Andreas Jaeger * rt/aio.h: Move __aio_init to... * include/aio.h: ...here. 1998-10-24 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate definition of O_LARGEFILE. 1998-10-24 Andreas Jaeger * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path as first argument to statfs. 1998-10-24 Andreas Jaeger * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else. 1998-10-24 Andreas Jaeger * malloc/mtrace.c: Include for strlen. --- time/tzfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'time') diff --git a/time/tzfile.c b/time/tzfile.c index a7753d2f73..7c72aad103 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -343,6 +343,9 @@ __tzfile_default (const char *std, const char *dst, } __mempcpy (__mempcpy (zone_names, std, stdlen), dst, dstlen); + /* Now there are only two zones, regardless of what the file contained. */ + num_types = 2; + /* Now correct the transition times for the user-specified standard and daylight offsets from GMT. */ isdst = 0; -- cgit 1.4.1