summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partident.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 21:01:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 21:01:34 +0000
commit1e2e6fe0f96a28a0a9f8cbc592e667ea5ed1e555 (patch)
tree96b1e96ff7c16c8179da6d89ec02bfbc1540ecd8 /cpukit/rtems/src/partident.c
parent2003-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1e2e6fe0f96a28a0a9f8cbc592e667ea5ed1e555.tar.bz2
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, include/rtems.h, include/rtems/rtems/status.h, src/dpmemident.c, src/msgqident.c, src/partident.c, src/ratemonident.c, src/regionident.c, src/semident.c, src/taskident.c, src/timerident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/rtemsidtoname.c: New file.
Diffstat (limited to 'cpukit/rtems/src/partident.c')
-rw-r--r--cpukit/rtems/src/partident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c
index f67d99c643..d558626888 100644
--- a/cpukit/rtems/src/partident.c
+++ b/cpukit/rtems/src/partident.c
@@ -45,7 +45,7 @@ rtems_status_code rtems_partition_ident(
Objects_Id *id
)
{
- Objects_Name_to_id_errors status;
+ Objects_Name_or_id_lookup_errors status;
status = _Objects_Name_to_id(
&_Partition_Information,