Subject: CVS commit: src/sbin/newfs_ext2fs
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/18/2007 07:11:39
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov 18 07:11:39 UTC 2007

Modified Files:
	src/sbin/newfs_ext2fs: mke2fs.c

Log Message:
Several minor fixes:
- replace a magic number with a macro
- fix several printf format
- fix possble block sizes for zap_old_sblock()
- use err(3) rather than errx(3) + strerror(errno)
- fix a typo
- misc cosmetics


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sbin/newfs_ext2fs/mke2fs.c

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