Subject: Re: fixing PR 23214
To: Luke Mewburn <lukem@NetBSD.org>
From: Chuck Silvers <chuq@chuq.com>
List: tech-toolchain
Date: 10/26/2003 12:45:02
On Sun, Oct 26, 2003 at 06:11:25PM +1100, Luke Mewburn wrote:
> On Sat, Oct 25, 2003 at 09:22:35PM -0700, Chuck Silvers wrote:
>   | what do people think of the attached patch as a fix for PR 23214?
> 
> looks good.
> 
> my only comment; consider replacing the check for stat.st_mtimensec
> with stat.st_atimensec, for consistency.

actually I went the other way and changed stat to use st_*timensec
instead of st_*timespec.  then we use the same autoconf check as makefs.

thanks,
-Chuck