diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-07 07:03:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-07 07:03:41 +0000 |
commit | e946ea2f1407520baba1faee127e1f7dc5ae16d5 (patch) | |
tree | f6e3cc71c7bb28f6ab2ee428eb45ffbc6021895f /timezone/zdump.c | |
parent | c42b4152ab995d01a00d44d1676a64f7e28332d4 (diff) | |
download | glibc-e946ea2f1407520baba1faee127e1f7dc5ae16d5.tar.gz glibc-e946ea2f1407520baba1faee127e1f7dc5ae16d5.tar.xz glibc-e946ea2f1407520baba1faee127e1f7dc5ae16d5.zip |
* timezone/africa: Update from tzdata2005m.
* timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/backward: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. * timezone/zdump.c: Update from tzcode2005m.
Diffstat (limited to 'timezone/zdump.c')
-rw-r--r-- | timezone/zdump.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/timezone/zdump.c b/timezone/zdump.c index 78cc28ef65..659f572b98 100644 --- a/timezone/zdump.c +++ b/timezone/zdump.c @@ -1,4 +1,4 @@ -static char elsieid[] = "@(#)zdump.c 7.65"; +static char elsieid[] = "@(#)zdump.c 7.66"; /* ** This code has been made independent of the rest of the time @@ -198,7 +198,6 @@ abbrok(abbr, zone) const char * const abbr; const char * const zone; { - register int i; register const char * cp; register char * wp; |