=================================================================== RCS file: /cvs/prex-old/include/sys/time.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/sys/time.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/sys/time.h 2008/08/13 17:12:28 1.1.1.1.2.1 @@ -64,6 +64,7 @@ int tz_minuteswest; /* minutes west of Greenwich */ int tz_dsttime; /* type of dst correction */ }; + #define DST_NONE 0 /* not on dst */ #define DST_USA 1 /* USA style dst */ #define DST_AUST 2 /* Australian style dst */