summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/src/object.c2
-rw-r--r--cpukit/score/src/object.c2
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
)
{