Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/newfs_udf
Module Name: src
Committed By: lukem
Date: Sun Jan 18 00:18:41 UTC 2009
Modified Files:
src/sbin/newfs_udf: newfs_udf.c udf_create.c udf_create.h
Log Message:
* Fix -Wsign-compare issues.
* Add some XXXs noting where we might want to check for 16bit overflow.
* Use uintNN_t instead of int if the values is read from or written to
using udf_rwNN().
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/newfs_udf/newfs_udf.c
cvs rdiff -r1.12 -r1.13 src/sbin/newfs_udf/udf_create.c
cvs rdiff -r1.2 -r1.3 src/sbin/newfs_udf/udf_create.h
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