Convert to using "bool".

This commit is contained in:
Ralf Corsepius
2008-09-01 09:35:34 +00:00
parent ab931777aa
commit 2326f0d934
16 changed files with 73 additions and 73 deletions

View File

@@ -57,7 +57,7 @@ rtems_monitor_task_canonical(
void
rtems_monitor_task_dump_header(
boolean verbose
bool verbose
)
{
fprintf(stdout,"\
@@ -75,7 +75,7 @@ rtems_monitor_task_dump_header(
void
rtems_monitor_task_dump(
rtems_monitor_task_t *monitor_task,
boolean verbose
bool verbose
)
{
int length = 0;