From 485c9741ab214a64777d45d482f0a86fe2c5ebdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jul 2002 18:14:30 +0000 Subject: 2002-07-05 Joel Sherrill * src/dpmemident.c, src/msgqident.c, src/partident.c, src/ratemonident.c, src/regionident.c, src/semident.c, src/timerident.c: Corrected use of name parameter to be consistent with fixes implemented to string name processing which were committed with the POSIX Message Queue update. --- cpukit/rtems/src/partident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/partident.c') diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c index 2f7029cd63..ce65b76ae9 100644 --- a/cpukit/rtems/src/partident.c +++ b/cpukit/rtems/src/partident.c @@ -47,7 +47,7 @@ rtems_status_code rtems_partition_ident( { Objects_Name_to_id_errors status; - status = _Objects_Name_to_id( &_Partition_Information, &name, node, id ); + status = _Objects_Name_to_id( &_Partition_Information, name, node, id ); return _Status_Object_name_errors_to_status[ status ]; } -- cgit v1.2.3