Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/makefs/cd9660



Module Name:    src
Committed By:   christos
Date:           Wed Mar 14 14:11:18 UTC 2007

Modified Files:
        src/usr.sbin/makefs/cd9660: cd9660_conversion.c

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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 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.




Home | Main Index | Thread Index | Old Index