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

@@ -32,7 +32,7 @@ rtems_monitor_part_canonical(
void
rtems_monitor_part_dump_header(
boolean verbose
bool verbose
)
{
printf("\
@@ -49,7 +49,7 @@ rtems_monitor_part_dump_header(
void
rtems_monitor_part_dump(
rtems_monitor_part_t *monitor_part,
boolean verbose
bool verbose
)
{
int length = 0;