Added defn of DST_CAN
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Mon, 24 Jun 1985 15:11:41 +0000 (07:11 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Mon, 24 Jun 1985 15:11:41 +0000 (07:11 -0800)
SCCS-vsn: sys/sys/time.h 6.4

usr/src/sys/sys/time.h

index 5f7954f..f682c44 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)time.h      6.3 (Berkeley) %G%
+ *     @(#)time.h      6.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -25,6 +25,7 @@ struct timezone {
 #define        DST_WET         3       /* Western European dst */
 #define        DST_MET         4       /* Middle European dst */
 #define        DST_EET         5       /* Eastern European dst */
 #define        DST_WET         3       /* Western European dst */
 #define        DST_MET         4       /* Middle European dst */
 #define        DST_EET         5       /* Eastern European dst */
+#define        DST_CAN         6       /* Canada */
 
 /*
  * Operations on timevals.
 
 /*
  * Operations on timevals.