PR 2111: Do not update system clock until we can keep more accurate time.
This commit is contained in:
parent
ef3500b579
commit
568f862aeb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: clock.c,v 1.23 1996/02/22 02:04:14 scottr Exp $ */
|
||||
/* $NetBSD: clock.c,v 1.24 1996/02/23 12:40:37 briggs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -388,7 +388,7 @@ inittodr(time_t base)
|
|||
void
|
||||
resettodr(void)
|
||||
{
|
||||
if (mac68k_trust_pram)
|
||||
if (0 && mac68k_trust_pram)
|
||||
/*
|
||||
* GMT bias is passed in from the Booter.
|
||||
* To get *our* time, add GMTBIAS to GMT.
|
||||
|
|
Loading…
Reference in New Issue