Subject: CVS commit: src/sbin/fsck_ffs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/21/2004 20:01:41
Module Name:	src
Committed By:	dsl
Date:		Sun Mar 21 20:01:41 UTC 2004

Modified Files:
	src/sbin/fsck_ffs: setup.c

Log Message:
Don't use an ffsv1 superblock from 64k (SBLOCK_UFS2) when looking
for the main filesystem superblock.
64k is the offset of the first alternate if the blocksize if 64k.
Fixes part of PR kern/24809


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sbin/fsck_ffs/setup.c

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