Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/newfs_ext2fs
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.
Home |
Main Index |
Thread Index |
Old Index