Subject: CVS commit: [netbsd-4] src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2007 19:55:50
Module Name:	src
Committed By:	bouyer
Date:		Thu Jan  4 19:55:50 UTC 2007

Modified Files:
	src/sys/fs/udf [netbsd-4]: ecma167-udf.h udf_subr.c udf_vnops.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #333):
	sys/fs/udf/udf_subr.c: revision 1.27-1.29
	sys/fs/udf/udf_vnops.c: revision 1.9
	sys/fs/udf/ecma167-udf.h: revision 1.6
Fix compilation issue when specifying different flags or compiling with a
different compiler. Thanks to Jared for noting.
Add UDF_ICB_FILETYPE_REALTIME type as found on UDF 2.50 discs. Also revert
a multiplication order to enforce 64 bit math.
Forgot one place for UDF_ICB_FILETYPE_RANDOMACCESS.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/sys/fs/udf/ecma167-udf.h
cvs rdiff -r1.23.2.1 -r1.23.2.2 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.7 -r1.7.2.1 src/sys/fs/udf/udf_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.