Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs
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.
Home |
Main Index |
Thread Index |
Old Index