Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/12/2003 11:47:07
Module Name:	src
Committed By:	yamt
Date:		Sat Jul 12 11:47:06 UTC 2003

Modified Files:
	src/sbin/fsck_lfs: lfs.c

Log Message:
only read superblock (ie. struct dlfs) from disk and
initialize rest of struct lfs by hand.
(this shouldn't cause a real problem since if superblock is valid,
LFS_SBPAD-sizeof(struct dlfs) bytes after it is always zero-filled, though)

PR/22123 (Izumi Tsutsui)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sbin/fsck_lfs/lfs.c

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