From 56e0b884f7be93055ebab17971708002001dfece Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Sep 1996 20:50:58 +0000 Subject: corrected prototype of _Objects_Get_next --- c/src/exec/score/src/object.c | 2 +- cpukit/score/src/object.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/exec/score/src/object.c b/c/src/exec/score/src/object.c index 14c15a36c7..6226828fa4 100644 --- a/c/src/exec/score/src/object.c +++ b/c/src/exec/score/src/object.c @@ -455,7 +455,7 @@ Objects_Control * _Objects_Get_next( Objects_Information *information, Objects_Id id, - unsigned32 *location_p, + Objects_Locations *location_p, Objects_Id *next_id_p ) { diff --git a/cpukit/score/src/object.c b/cpukit/score/src/object.c index 14c15a36c7..6226828fa4 100644 --- a/cpukit/score/src/object.c +++ b/cpukit/score/src/object.c @@ -455,7 +455,7 @@ Objects_Control * _Objects_Get_next( Objects_Information *information, Objects_Id id, - unsigned32 *location_p, + Objects_Locations *location_p, Objects_Id *next_id_p ) { -- cgit v1.2.3