summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/timerident.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-05 18:14:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-05 18:14:30 +0000
commit485c9741ab214a64777d45d482f0a86fe2c5ebdd (patch)
tree45d117fd48a0e4f54f3014a5fe1a225602bfdba9 /c/src/exec/rtems/src/timerident.c
parent2002-07-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-485c9741ab214a64777d45d482f0a86fe2c5ebdd.tar.bz2
2002-07-05 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to '')
-rw-r--r--c/src/exec/rtems/src/timerident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/timerident.c b/c/src/exec/rtems/src/timerident.c
index f8cb36bdc6..f8e1815026 100644
--- a/c/src/exec/rtems/src/timerident.c
+++ b/c/src/exec/rtems/src/timerident.c
@@ -47,7 +47,7 @@ rtems_status_code rtems_timer_ident(
status = _Objects_Name_to_id(
&_Timer_Information,
- &name,
+ name,
OBJECTS_SEARCH_LOCAL_NODE,
id
);