Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 08/17/2007 17:59:16
Module Name:	src
Committed By:	pavel
Date:		Fri Aug 17 17:59:16 UTC 2007

Modified Files:
	src/sbin/veriexecctl: veriexecctl.c veriexecctl_parse.y
	src/usr.sbin/btdevctl: btdevctl.c db.c print.c sdp.c

Log Message:
Attempt at fixing build failures after proplib was converted to bool:
FALSE -> false, TRUE -> true, boolean_t -> bool, int -> bool when
appropriate, include stdbool.h . proplib.h no longer provides boolean_t,
so it is necessary to change to bool.

From Tom Spindler (dogcow@).


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sbin/veriexecctl/veriexecctl.c
cvs rdiff -r1.21 -r1.22 src/sbin/veriexecctl/veriexecctl_parse.y
cvs rdiff -r1.4 -r1.5 src/usr.sbin/btdevctl/btdevctl.c
cvs rdiff -r1.3 -r1.4 src/usr.sbin/btdevctl/db.c src/usr.sbin/btdevctl/sdp.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/btdevctl/print.c

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