Subject: CVS commit: src/sys/ufs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/25/2003 18:40:30
Module Name:	src
Committed By:	fvdl
Date:		Sat Jan 25 16:40:30 UTC 2003

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_inode.c
	src/sys/ufs/ffs: ffs_inode.c
	src/sys/ufs/lfs: lfs_inode.c

Log Message:
The oldblks and newblks arrays are used to store direct copies of
on-disk block pointers, so they should be int32_t. Error found
by Izumi Tsutsui.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -r1.53 -r1.54 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.62 -r1.63 src/sys/ufs/lfs/lfs_inode.c

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