Subject: Re: PR/36006 CVS commit: src/usr.sbin/makefs/cd9660
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Takahiro Kambe <taca@back-street.net>
List: netbsd-bugs
Date: 03/15/2007 01:35:02
The following reply was made to PR bin/36006; it has been noted by GNATS.
From: Takahiro Kambe <taca@back-street.net>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: PR/36006 CVS commit: src/usr.sbin/makefs/cd9660
Date: Thu, 15 Mar 2007 10:31:14 +0900 (JST)
In message <20070314141505.5A82B63B8D9@narn.NetBSD.org>
on Wed, 14 Mar 2007 14:15:05 +0000 (UTC),
Christos Zoulas <christos@netbsd.org> wrote:
> Log Message:
> PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong time
> stamp because localtime(3) and gmtime(3) share the same buffer. Fixed by using
> the _r functions.
It looks good, please pull-up to netbsd-4 branch.
BTW, dose using _r function affect makefs(8) as host tool?
--
Takahiro Kambe <taca@back-street.net>