From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/rtems/src/semmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/semmp.c') diff --git a/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c index 570288d4a2..c8dc27b11b 100644 --- a/cpukit/rtems/src/semmp.c +++ b/cpukit/rtems/src/semmp.c @@ -184,7 +184,7 @@ void _Semaphore_MP_Process_packet ( { Semaphore_MP_Packet *the_packet; Thread_Control *the_thread; - boolean ignored; + bool ignored; the_packet = (Semaphore_MP_Packet *) the_packet_prefix; -- cgit v1.2.3