Subject: RE:
To: 'fair@clock.org' <fair@clock.org>
From: Alan Perry <alanp@lexant.com>
List: tech-userlevel
Date: 06/02/1998 23:45:03
I just took a look at the 4.4 Lite 2 ufs code (sorry, the NetBSD code is
not available to me now) and the on-disk inode records the time as a
struct timespec. That is a long for seconds and a long for nanoseconds.
I guess as long as no one is using ufs in 2038, we are fine.
alan
-----Original Message-----
From: Erik E. Fair [SMTP:fair@clock.org]
Sent: Tuesday, June 02, 1998 9:32 PM
To: =?iso-2022-jp?B?GyRCSVk7TiUzJXMlVCVlITwlPxsoQg==?=
Cc: tech-userlevel@netbsd.org
Subject: Re:
So long as everyone is using "time_t" in their code, all ya gotta do is
define it as 64 bits, and recompile.
Of course, some file formats have to change, too...
Erik <fair@clock.org>