diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-29 21:49:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-29 21:49:38 +0000 |
commit | d1091a21f5ce582e2c9c8cd60378634563d0cc98 (patch) | |
tree | 4f525e74fe9f07a1753de2d6e4cf5615d59c8685 /timezone/private.h | |
parent | dc630ccc08c8af6fdf936e5a5bf7420b3ebf0368 (diff) | |
download | glibc-d1091a21f5ce582e2c9c8cd60378634563d0cc98.tar.gz glibc-d1091a21f5ce582e2c9c8cd60378634563d0cc98.tar.xz glibc-d1091a21f5ce582e2c9c8cd60378634563d0cc98.zip |
Update.
2004-07-28 GOTO Masanori <gotom@debian.or.jp> * timezone/asia: Update from tzdata2004b. * timezone/backward: Likewise. * timezone/europe: Likewise. * timezone/iso3166.tab: Likewise. * timezone/leapseconds: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. * timezone/private.h: Update from tzcode2004b. * timezone/zic.c: Likewise.
Diffstat (limited to 'timezone/private.h')
-rw-r--r-- | timezone/private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timezone/private.h b/timezone/private.h index 76614d2d6a..c8f4548683 100644 --- a/timezone/private.h +++ b/timezone/private.h @@ -21,7 +21,7 @@ #ifndef lint #ifndef NOID -static char privatehid[] = "@(#)private.h 7.52"; +static char privatehid[] = "@(#)private.h 7.53"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -288,7 +288,7 @@ char *ctime_r P((time_t const *, char *)); #endif /* HAVE_INCOMPATIBLE_CTIME_R */ /* -** UNIX was a registered trademark of UNIX System Laboratories in 1993. +** UNIX was a registered trademark of The Open Group in 2003. */ #endif /* !defined PRIVATE_H */ |