[BACK]Return to time.h CVS log [TXT][DIR] Up to [local] / prex-old / include / sys

Diff for /prex-old/include/sys/time.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:28
Line 64 
Line 64 
         int     tz_minuteswest; /* minutes west of Greenwich */          int     tz_minuteswest; /* minutes west of Greenwich */
         int     tz_dsttime;     /* type of dst correction */          int     tz_dsttime;     /* type of dst correction */
 };  };
   
 #define DST_NONE        0       /* not on dst */  #define DST_NONE        0       /* not on dst */
 #define DST_USA         1       /* USA style dst */  #define DST_USA         1       /* USA style dst */
 #define DST_AUST        2       /* Australian style dst */  #define DST_AUST        2       /* Australian style dst */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb