Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



Garrett D'Amore <gdamore%netbsd.org@localhost> 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



Home | Main Index | Thread Index | Old Index