Subject: CVS commit: src/sbin/newfs_lfs
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/11/2006 16:56:50
Module Name:	src
Committed By:	mrg
Date:		Thu May 11 16:56:50 UTC 2006

Modified Files:
	src/sbin/newfs_lfs: extern.h make_lfs.c misc.c

Log Message:
- log2() -> lfs_log2().
- fix a couple of entries in struct lfs lfs_default:
	- in a comment, it's called dlfs_freehd now
	- dlfs_inodefmt comes after dlfs_tstamp.  fortunately for this
	one, LFS_44INODEFMT is also 0 so the right thing was happening.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sbin/newfs_lfs/extern.h
cvs rdiff -r1.7 -r1.8 src/sbin/newfs_lfs/make_lfs.c
cvs rdiff -r1.4 -r1.5 src/sbin/newfs_lfs/misc.c

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