aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_aout.c')
-rw-r--r--ddb/db_aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_aout.c b/ddb/db_aout.c
index 8f344d6d..7b769c1c 100644
--- a/ddb/db_aout.c
+++ b/ddb/db_aout.c
@@ -75,7 +75,7 @@ aout_db_sym_init(
char * esymtab, /* pointer to end of string table,
for checking - may be rounded up to
integer boundary */
- char * name,
+ const char * name,
char * task_addr) /* use for this task only */
{
struct nlist *sym_start, *sym_end;