summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/del_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/del_mbx.c')
-rw-r--r--cpukit/itron/src/del_mbx.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/itron/src/del_mbx.c b/cpukit/itron/src/del_mbx.c
index e06bea2fb5..5e3c7b353d 100644
--- a/cpukit/itron/src/del_mbx.c
+++ b/cpukit/itron/src/del_mbx.c
@@ -1,7 +1,7 @@
/*
* ITRON 3.0 Mailbox Manager
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -47,8 +47,10 @@ ER del_mbx(
the_mailbox= _ITRON_Mailbox_Get( mbxid, &location );
switch ( location ) {
- case OBJECTS_ERROR:
+#if defined(RTEMS_MULTIPROCESSING)
case OBJECTS_REMOTE:
+#endif
+ case OBJECTS_ERROR:
return _ITRON_Mailbox_Clarify_get_id_error( mbxid );
case OBJECTS_LOCAL: