imported brians code
[nestedvm.git] / upstream / patches / newlib-tzset.patch
1 ===================================================================
2 RCS file: /cvs/src/src/newlib/libc/time/tzset_r.c,v
3 retrieving revision 1.2
4 retrieving revision 1.3
5 diff -u -r1.2 -r1.3
6 --- newlib/libc/time/tzset_r.c  2002/08/26 18:56:09     1.2
7 +++ snewlib/libc/time/tzset_r.c 2003/06/03 18:42:09     1.3
8 @@ -28,7 +28,8 @@
9          struct _reent *reent_ptr)
10  {
11    char *tzenv;
12 -  int hh, mm, ss, sign, m, w, d, n;
13 +  unsigned short hh, mm, ss, m, w, d;
14 +  int sign, n;
15    int i, ch;
16  
17    if ((tzenv = _getenv_r (reent_ptr, "TZ")) == NULL)