summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-09-21 17:29:36 +0000
committerMark Murray <markm@FreeBSD.org>2002-09-21 17:29:36 +0000
commitbda9921d3f903d403bac3d7b37fa468b1158bb27 (patch)
tree7db830a7000a942d292efa49a5c613b348f7410f /sys/ddb/db_command.c
parent963b82c64cda6a9c6e65994eda54fa4ac0833de4 (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 6771abe1c210..cf3c6b77ea95 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -475,7 +475,7 @@ db_command_loop()
void
db_error(s)
- char *s;
+ const char *s;
{
if (s)
db_printf("%s", s);