From eaef4657ac140fd13b67a3ab88703f5d3b5cf74e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Jan 2009 05:05:03 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/rtems/src/msgqcreate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/msgqcreate.c') diff --git a/cpukit/rtems/src/msgqcreate.c b/cpukit/rtems/src/msgqcreate.c index 191a3d6e32..d333beaaac 100644 --- a/cpukit/rtems/src/msgqcreate.c +++ b/cpukit/rtems/src/msgqcreate.c @@ -111,7 +111,7 @@ rtems_status_code rtems_message_queue_create( #if defined(RTEMS_MULTIPROCESSING) if ( is_global && !( _Objects_MP_Allocate_and_open( &_Message_queue_Information, - name, the_message_queue->Object.id, FALSE ) ) ) { + name, the_message_queue->Object.id, false ) ) ) { _Message_queue_Free( the_message_queue ); _Thread_Enable_dispatch(); return RTEMS_TOO_MANY; -- cgit v1.2.3