diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
commit | dfe1754a556c167df741843ef0114f5325717a7c (patch) | |
tree | 90bcf729e52edc7666cd58886fa6dbafc585d6f7 /time/tzfile.h | |
parent | 92702b91978866324b422e24b058c52ab63c82d7 (diff) | |
download | glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.gz glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.xz glibc-dfe1754a556c167df741843ef0114f5325717a7c.zip |
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe, time/northamerica, time/southamerica: Updated from ADO 96h. * Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers). (try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too. * Makerules (distinfo-vars): Add sysdep_headers. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to this instead of $(headers). * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise. * Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with $(subdir); we are already there. * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
Diffstat (limited to 'time/tzfile.h')
-rw-r--r-- | time/tzfile.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/time/tzfile.h b/time/tzfile.h index f08134c815..cb9b6a1a11 100644 --- a/time/tzfile.h +++ b/time/tzfile.h @@ -3,6 +3,11 @@ #define TZFILE_H /* +** This file is in the public domain, so clarified as of +** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). +*/ + +/* ** This header is for use ONLY with the time conversion code. ** There is no guarantee that it will remain unchanged, ** or that it will remain at all. @@ -16,7 +21,7 @@ #ifndef lint #ifndef NOID -static char tzfilehid[] = "@(#)tzfile.h 7.7"; +static char tzfilehid[] = "@(#)tzfile.h 7.8"; #endif /* !defined NOID */ #endif /* !defined lint */ |