Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 06/01/2006 21:06:37
Module Name:	src
Committed By:	hubertf
Date:		Thu Jun  1 21:06:37 UTC 2006

Modified Files:
	src/usr.sbin/makefs: cd9660.c

Log Message:
Fix fix for Coverity CID 2751:

Move an error check to the right place, and instead of blindly insisting on
an argument for all of "no-emul-boot", "no-boot", "hard-disk-boot" and
"boot-load-segment", only require it for the last one, which is the only
one that requires/uses it.

OK'd by Christos


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.sbin/makefs/cd9660.c

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