summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-02-12 12:44:19 +0000
committerbde <bde@FreeBSD.org>1999-02-12 12:44:19 +0000
commit5382007cd05622ddb116cc28ef85e850353acb71 (patch)
treeef6261d7d809292e195ae85c5721700c50ef0d4d /sys/ddb/db_sym.h
parenta24330a338e0b16ec2d489159bfc307d6caa942a (diff)
downloadFreeBSD-src-5382007cd05622ddb116cc28ef85e850353acb71.zip
FreeBSD-src-5382007cd05622ddb116cc28ef85e850353acb71.tar.gz
Fixed -Wcast-qual warnings.
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r--sys/ddb/db_sym.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index 611bd28..51d579b 100644
--- a/sys/ddb/db_sym.h
+++ b/sys/ddb/db_sym.h
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_sym.h,v 1.16 1999/01/27 19:00:49 dillon Exp $
+ * $Id: db_sym.h,v 1.17 1999/01/27 23:45:37 dillon Exp $
*/
#ifndef _DDB_DB_SYM_H_
@@ -86,7 +86,7 @@ void db_symbol_values __P((c_db_sym_t, const char **, db_expr_t *));
db_symbol_values(db_search_symbol(val,DB_STGY_XTRN,offp),namep,0)
/* ditto, but no locals */
-int db_eqname __P((char *, char *, int));
+int db_eqname __P((const char *, const char *, int));
/* strcmp, modulo leading char */
void db_printsym __P((db_expr_t, db_strategy_t));
OpenPOWER on IntegriCloud