bloody australian time zone
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 May 1983 07:02:21 +0000 (23:02 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 22 May 1983 07:02:21 +0000 (23:02 -0800)
SCCS-vsn: sys/sys/time.h 4.2

usr/src/sys/sys/time.h

index e205053..796f81e 100644 (file)
@@ -1,4 +1,4 @@
-/*     time.h  4.1     83/02/10        */
+/*     time.h  4.2     83/05/21        */
 
 /*
  * Structure returned by gettimeofday(2) system call,
 
 /*
  * Structure returned by gettimeofday(2) system call,
@@ -15,6 +15,7 @@ struct timezone {
 };
 #define        DST_NONE        0       /* not on dst */
 #define        DST_USA         1       /* usa style dst */
 };
 #define        DST_NONE        0       /* not on dst */
 #define        DST_USA         1       /* usa style dst */
+#define        DST_AUST        2       /* Australian style dst */
 
 /*
  * Operations on timevals.
 
 /*
  * Operations on timevals.