summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/snd_mbx.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 05:23:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-03 05:23:05 +0000
commit9d2df2b3e1c8cc83769dd795698662f4c610f600 (patch)
treeb2097601a4d9fb3376ebe4dc16c16a030f62a317 /cpukit/itron/src/snd_mbx.c
parent2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9d2df2b3e1c8cc83769dd795698662f4c610f600.tar.bz2
Eliminate TRUE/FALSE in favor of true/false.
Diffstat (limited to 'cpukit/itron/src/snd_mbx.c')
-rw-r--r--cpukit/itron/src/snd_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c
index 82530de68e..b66bd3d49e 100644
--- a/cpukit/itron/src/snd_mbx.c
+++ b/cpukit/itron/src/snd_mbx.c
@@ -60,7 +60,7 @@ ER snd_msg(
the_mailbox->Object.id,
NULL, /* multiprocessing not supported */
message_priority,
- FALSE, /* do not allow sender to block */
+ false, /* do not allow sender to block */
0 /* no timeout */
);
break;