forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user