being breakup into kernel.h sanely
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 5 Sep 1982 00:29:20 +0000 (16:29 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 5 Sep 1982 00:29:20 +0000 (16:29 -0800)
SCCS-vsn: sys/sys/systm.h 4.26

usr/src/sys/sys/systm.h

index 13b6fc4..822737e 100644 (file)
@@ -1,4 +1,4 @@
-/*     systm.h 4.25    82/07/16        */
+/*     systm.h 4.26    82/09/04        */
 
 /*
  * Random set of variables
@@ -10,9 +10,6 @@ int   timezone;               /* minutes west from greenwich */
 int    dstflag;                /* daylight savings time in effect? */
 char   version[];              /* system version */
 int    lbolt;                  /* time of day in 60th not in time */
-time_t time;                   /* time in sec from 1970 */
-time_t bootime;                /* time at which booted */
-
 int    hand;                   /* current index into coremap used by daemon */
 
 /*