summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/frsm_tsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/frsm_tsk.c')
-rw-r--r--cpukit/itron/src/frsm_tsk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/itron/src/frsm_tsk.c b/cpukit/itron/src/frsm_tsk.c
index 7df43bce44..f1bb36ec5d 100644
--- a/cpukit/itron/src/frsm_tsk.c
+++ b/cpukit/itron/src/frsm_tsk.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -37,7 +37,9 @@ ER frsm_tsk(
the_thread = _ITRON_Task_Get( tskid, &location );
switch ( location ) {
+#if defined(RTEMS_MULTIPROCESSING)
case OBJECTS_REMOTE:
+#endif
case OBJECTS_ERROR:
return _ITRON_Task_Clarify_get_id_error( tskid );