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

Modified Files:
	src/usr.sbin/installboot: ffs.c

Log Message:
When searching for the superblock, don't pick an ffsv1 superblock from the
location where we expect to find an ffsv2 superblock.
It could be the first alternate for a ffsv1 filesystem with 64k blocks.
Fixes part of PR kern/24809


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.sbin/installboot/ffs.c

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