From 1e2e6fe0f96a28a0a9f8cbc592e667ea5ed1e555 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2003 21:01:34 +0000 Subject: 2003-08-14 Joel Sherrill * 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. --- cpukit/rtems/src/partident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/partident.c') 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, -- cgit v1.2.3