Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 10/04/2005 13:06:45
Module Name:	src
Committed By:	cube
Date:		Tue Oct  4 13:06:45 UTC 2005

Modified Files:
	src/usr.bin/config: defs.h sem.c

Log Message:
Add a flag to mark broken instances.  That might happen when there is a
syntax error in the file, yet we want to somehow gracefully go on in order
to print out all the errors in the file, which means we have to take
special care with those structures.

Reported by Simon Burge in private mail.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.bin/config/defs.h
cvs rdiff -r1.10 -r1.11 src/usr.bin/config/sem.c

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