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()
This commit is contained in:
Joel Sherrill
2003-08-14 21:01:36 +00:00
parent 1e2e6fe0f9
commit 6185a0d37f
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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,