summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-01-08 17:59:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-01-08 17:59:11 +0000
commitc2c0379c82941eddbd8f33c52d162324497c2ff4 (patch)
treeeb65e645a562d346b8b765f73792d5e4dd969e83 /c/src/optman/sapi
parent2006-01-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c2c0379c82941eddbd8f33c52d162324497c2ff4.tar.bz2
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* optman/sapi/no-io.c: Change rtems_io_register_name to take a const char *.
Diffstat (limited to 'c/src/optman/sapi')
-rw-r--r--c/src/optman/sapi/no-io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index e22b99185c..76a2a2219b 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -59,9 +59,9 @@ rtems_status_code rtems_io_unregister_driver(
}
rtems_status_code rtems_io_register_name(
- char *device_name,
- rtems_device_major_number major,
- rtems_device_minor_number minor
+ const char *device_name,
+ rtems_device_major_number major,
+ rtems_device_minor_number minor
)
{
_Internal_error_Occurred(