--- src/lib/libc/gen/timezone.c 2005/11/13 00:07:42 1.4 +++ src/lib/libc/gen/timezone.c 2005/11/19 22:32:53 1.5 @@ -41,7 +41,7 @@ #include #define TZ_MAX_CHARS 255 -char *_tztab(); +char *_tztab(int, int); /* * timezone -- @@ -94,7 +94,7 @@ static struct zone { {-10*60,"EST", "EST"}, /* Aust: Eastern */ {-10*60+30,"CST", "CST"}, /* Aust: Central */ {-8*60, "WST", 0}, /* Aust: Western */ - {-1} + {-1, NULL, NULL} }; /*