*** newlib-1.11.0/newlib/libc/time/tzset_r.c.orig Fri May 30 16:20:34 2003 --- newlib-1.11.0/newlib/libc/time/tzset_r.c Fri May 30 16:24:08 2003 *************** *** 28,34 **** struct _reent *reent_ptr) { char *tzenv; ! int hh, mm, ss, sign, m, w, d, n; int i, ch; if ((tzenv = _getenv_r (reent_ptr, "TZ")) == NULL) --- 28,35 ---- struct _reent *reent_ptr) { char *tzenv; ! unsigned short hh, mm, ss, m, w, d; ! int sign, n; int i, ch; if ((tzenv = _getenv_r (reent_ptr, "TZ")) == NULL)