Subject: CVS commit: src/usr.sbin/mtree
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/12/2006 19:50:00
Module Name:	src
Committed By:	dsl
Date:		Wed Apr 12 19:50:00 UTC 2006

Modified Files:
	src/usr.sbin/mtree: spec.c

Log Message:
If parameter don't have values, then 'continue' after setting the flag bit.
Fixes coverty CID 776 and removes the need for a 'val = NULL' added to
appease gcc's undefined variable tests.
This parsing code sucks though, it doesn't correctly check for the '='
between a parameter and its value, whitespace can be used instead.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/usr.sbin/mtree/spec.c

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