summaryrefslogtreecommitdiff
path: root/timezone/zdump.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-07 07:03:41 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-07 07:03:41 +0000
commite946ea2f1407520baba1faee127e1f7dc5ae16d5 (patch)
treef6e3cc71c7bb28f6ab2ee428eb45ffbc6021895f /timezone/zdump.c
parentc42b4152ab995d01a00d44d1676a64f7e28332d4 (diff)
* 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.c3
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;