Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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.
Home |
Main Index |
Thread Index |
Old Index