summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/task.c')
-rw-r--r--cpukit/itron/src/task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/task.c b/cpukit/itron/src/task.c
index 863bb214d0..eba7450b94 100644
--- a/cpukit/itron/src/task.c
+++ b/cpukit/itron/src/task.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -95,7 +95,7 @@ ER _ITRON_Delete_task(
{
Objects_Information *the_information;
- the_information = _Objects_Get_information( the_thread->Object.id );
+ the_information = _Objects_Get_information_id( the_thread->Object.id );
if ( !the_information ) {
return E_OBJ; /* XXX - should never happen */
}