Source-Changes archive

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

CVS commit: src/sbin/newfs_msdos



Module Name:    src
Committed By:   pooka
Date:           Sat Mar  5 13:47:43 UTC 2011

Modified Files:
        src/sbin/newfs_msdos: newfs_msdos.c

Log Message:
Set errno to 0 before strtoll() so that it can reliably be tested
afterwards.  Fixes newfs_msdos at least on sparc.  Incidentally,
the msdosfs tests also start working on sparc, which about halves
the number of test failures on that platform.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sbin/newfs_msdos/newfs_msdos.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