Subject: Re: CVS commit: src/sys/kern
To: None <gdamore@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/03/2006 12:11:58
Garrett D'Amore <gdamore@netbsd.org> writes:
> Log Message:
> Don't warn about RTC losing/gaining days if the filesystem time is bogus.

The x86 port had code to make sure that, if time_t is 32 bits, you
should get mad about times in 2038 and greater. (The code
automagically was compiled out if time_t was > than 32 bits.)

We be using that.

Perry