Subject: CVS commit: src/sbin/scan_ffs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/15/2005 20:03:03
Module Name: src
Committed By: christos
Date: Wed Jun 15 20:03:03 UTC 2005
Modified Files:
src/sbin/scan_ffs: Makefile scan_ffs.c
Log Message:
WARNS=4, misc cleanups.
- void casts
- remove unused notreached
- use a loop instead of code duplication
- use switches and #define constants
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sbin/scan_ffs/Makefile src/sbin/scan_ffs/scan_ffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.