add mono_time for NFS leases
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 20 Dec 1991 04:27:47 +0000 (20:27 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 20 Dec 1991 04:27:47 +0000 (20:27 -0800)
SCCS-vsn: sys/kern/init_main.c 7.44

usr/src/sys/kern/init_main.c

index c7c5a4a..b1339b6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)init_main.c 7.43 (Berkeley) %G%
+ *     @(#)init_main.c 7.44 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -233,7 +233,7 @@ main()
         * Now can look at time, having had a chance
         * to verify the time from the file system.
         */
         * Now can look at time, having had a chance
         * to verify the time from the file system.
         */
-       boottime = p->p_stats->p_start = time;
+       mono_time = boottime = p->p_stats->p_start = time;
 
        /*
         * make init process
 
        /*
         * make init process