Subject: CVS commit: src/bin/csh
To: None <source-changes@NetBSD.org>
From: Tom Spindler <dogcow@netbsd.org>
List: source-changes
Date: 07/10/2007 00:30:24
Module Name:	src
Committed By:	dogcow
Date:		Tue Jul 10 00:30:24 UTC 2007

Modified Files:
	src/bin/csh: csh.h proc.c

Log Message:
exposure of bool elsewhere in the code requires the addition of stdbool;
in addition, proc.c cleverly has a variable that was initially defined "int",
but had in the actual declaration "bool". oops.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/bin/csh/csh.h
cvs rdiff -r1.30 -r1.31 src/bin/csh/proc.c

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