summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 21:01:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-14 21:01:36 +0000
commit6185a0d37f169fbac9bcba0b41a44ffd25b4bc68 (patch)
tree19f6c6079c3197deac20e2e2bf1e2497da9a9878 /cpukit/sapi
parent2003-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6185a0d37f169fbac9bcba0b41a44ffd25b4bc68.tar.bz2
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* src/extensionident.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()
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/ChangeLog6
-rw-r--r--cpukit/sapi/src/extensionident.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog
index c135074183..2e95cbb6b6 100644
--- a/cpukit/sapi/ChangeLog
+++ b/cpukit/sapi/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-14 Joel Sherrill <joel@OARcorp.com>
+
+ * src/extensionident.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()
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove stray reference to sptables.h.in.
diff --git a/cpukit/sapi/src/extensionident.c b/cpukit/sapi/src/extensionident.c
index cc7b105832..2a999e3a51 100644
--- a/cpukit/sapi/src/extensionident.c
+++ b/cpukit/sapi/src/extensionident.c
@@ -40,7 +40,7 @@ rtems_status_code rtems_extension_ident(
Objects_Id *id
)
{
- Objects_Name_to_id_errors status;
+ Objects_Name_or_id_lookup_errors status;
status = _Objects_Name_to_id(
&_Extension_Information,