Subject: Re: PR/36006 CVS commit: src/usr.sbin/makefs/cd9660
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 03/15/2007 13:20:03
The following reply was made to PR bin/36006; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org,
netbsd-bugs@netbsd.org, taca@back-street.net
Cc:
Subject: Re: PR/36006 CVS commit: src/usr.sbin/makefs/cd9660
Date: Thu, 15 Mar 2007 09:15:45 -0400
On Mar 15, 1:35am, taca@back-street.net (Takahiro Kambe) wrote:
-- Subject: Re: PR/36006 CVS commit: src/usr.sbin/makefs/cd9660
| 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?
Probably, let's see which OS loses. My guess is that most OS's should have
these by now.
christos