From 4afc28ad1198c3d1fbbf99edfaa80c44a1e1fdb0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Nov 2001 22:54:43 +0000 Subject: 2001-11-07 Joel Sherrill Discovered while fixing PR36 reported by Todor.Todorov@barco.com. * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get() to use _Objects_Get_by_index(). --- c/src/exec/itron/ChangeLog | 6 ++++++ c/src/exec/itron/include/rtems/itron/object.h | 2 +- cpukit/itron/ChangeLog | 6 ++++++ cpukit/itron/include/rtems/itron/object.h | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog index d61db1b7ff..abe2b2a8f1 100644 --- a/c/src/exec/itron/ChangeLog +++ b/c/src/exec/itron/ChangeLog @@ -1,3 +1,9 @@ +2001-11-07 Joel Sherrill + + Discovered while fixing PR36 reported by Todor.Todorov@barco.com. + * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get() + to use _Objects_Get_by_index(). + 2001-10-16 Ralf Corsepius * include/itronsys/Makefile.am: Remove. diff --git a/c/src/exec/itron/include/rtems/itron/object.h b/c/src/exec/itron/include/rtems/itron/object.h index 77c1c5e47f..1a7f0c8d68 100644 --- a/c/src/exec/itron/include/rtems/itron/object.h +++ b/c/src/exec/itron/include/rtems/itron/object.h @@ -109,7 +109,7 @@ typedef Objects_Control ITRON_Objects_Control; */ #define _ITRON_Objects_Get( _the_information, _id, _the_object ) \ - _Objects_Get( (_the_information), (_id), (_the_object) ) + _Objects_Get_by_index( (_the_information), (_id), (_the_object) ) #ifdef __cplusplus } diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index d61db1b7ff..abe2b2a8f1 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,9 @@ +2001-11-07 Joel Sherrill + + Discovered while fixing PR36 reported by Todor.Todorov@barco.com. + * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get() + to use _Objects_Get_by_index(). + 2001-10-16 Ralf Corsepius * include/itronsys/Makefile.am: Remove. diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 77c1c5e47f..1a7f0c8d68 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/itron/include/rtems/itron/object.h @@ -109,7 +109,7 @@ typedef Objects_Control ITRON_Objects_Control; */ #define _ITRON_Objects_Get( _the_information, _id, _the_object ) \ - _Objects_Get( (_the_information), (_id), (_the_object) ) + _Objects_Get_by_index( (_the_information), (_id), (_the_object) ) #ifdef __cplusplus } -- cgit v1.2.3