Subject: PR/36006 CVS commit: [netbsd-4] src/usr.sbin/makefs/cd9660
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Manuel Bouyer <bouyer@netbsd.org>
List: netbsd-bugs
Date: 03/31/2007 16:20:02
The following reply was made to PR bin/36006; it has been noted by GNATS.
From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36006 CVS commit: [netbsd-4] src/usr.sbin/makefs/cd9660
Date: Sat, 31 Mar 2007 16:16:23 +0000 (UTC)
Module Name: src
Committed By: bouyer
Date: Sat Mar 31 16:16:22 UTC 2007
Modified Files:
src/usr.sbin/makefs/cd9660 [netbsd-4]: cd9660_conversion.c
Log Message:
Pull up following revision(s) (requested by taca in ticket #539):
usr.sbin/makefs/cd9660/cd9660_conversion.c: revision 1.4
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.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.4.1 src/usr.sbin/makefs/cd9660/cd9660_conversion.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.