Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 04/11/2003 13:20:35
Module Name: src
Committed By: enami
Date: Fri Apr 11 10:20:35 UTC 2003
Modified Files:
src/sys/ufs/ffs: ffs_bswap.c
Log Message:
Make ffs_cg_swap() works even if same chunk is passed as new and old cg.
This is necessary to prevent newfs from dumping core when it is asked to
create a UFS1 file system of non-native endian.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/ufs/ffs/ffs_bswap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.