Subject: CVS commit: src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/30/2006 07:03:34
Module Name:	src
Committed By:	he
Date:		Mon Oct 30 07:03:34 UTC 2006

Modified Files:
	src/usr.sbin/installboot: ffs.c

Log Message:
In order to avoid warnings (which is converted to error with -Werror)
about empty bodies in an if-statement, we need to make add some proprocessor
conditionals around these if statements.  FFS byte-swapping is sometimes
compiled out of install-media versions of this program.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/usr.sbin/installboot/ffs.c

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