diff --git a/strftime.c b/strftime.c index 333efe3..d2b0b6f 100644 --- a/strftime.c +++ b/strftime.c @@ -54,7 +54,7 @@ static char *_fmt P((const char *, const struct tm *, char *, const char *)); size_t strftime P((char *, size_t, const char *, const struct tm *)); -extern char *tzname[2]; +extern char *tzname[]; size_t strftime(s, maxsize, format, t)