Back out the previous change; we'll trust adjustments to the clock
except on shutdown.
This commit is contained in:
parent
3e4d50990e
commit
04de5b5b08
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: clock.c,v 1.24 1996/02/23 12:40:37 briggs Exp $ */
|
/* $NetBSD: clock.c,v 1.25 1996/03/12 04:34:46 scottr Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1988 University of Utah.
|
* Copyright (c) 1988 University of Utah.
|
||||||
|
@ -388,7 +388,7 @@ inittodr(time_t base)
|
||||||
void
|
void
|
||||||
resettodr(void)
|
resettodr(void)
|
||||||
{
|
{
|
||||||
if (0 && mac68k_trust_pram)
|
if (mac68k_trust_pram)
|
||||||
/*
|
/*
|
||||||
* GMT bias is passed in from the Booter.
|
* GMT bias is passed in from the Booter.
|
||||||
* To get *our* time, add GMTBIAS to GMT.
|
* To get *our* time, add GMTBIAS to GMT.
|
||||||
|
|
Loading…
Reference in New Issue