Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 12/31/2003 19:19:39
Module Name:	src
Committed By:	dbj
Date:		Wed Dec 31 19:19:39 UTC 2003

Modified Files:
	src/sys/ufs/ffs: ffs_bswap.c fs.h

Log Message:
remove unused cs_numclusters field from struct csum_total
this avoids a potential future bug if it is ever used.
before this fix, fsck_ffs would check and fix this field to be zero


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/ufs/ffs/ffs_bswap.c
cvs rdiff -r1.36 -r1.37 src/sys/ufs/ffs/fs.h

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