summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r--sys/ddb/db_sym.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 847a9c7..c791c3b 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_sym.c,v 1.28 1999/01/27 19:00:49 dillon Exp $
+ * $Id: db_sym.c,v 1.29 1999/01/27 23:45:37 dillon Exp $
*/
/*
@@ -98,8 +98,8 @@ db_qualify(sym, symtabname)
boolean_t
db_eqname(src, dst, c)
- char *src;
- char *dst;
+ const char *src;
+ const char *dst;
int c;
{
if (!strcmp(src, dst))
OpenPOWER on IntegriCloud