summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-09-21 17:29:36 +0000
committermarkm <markm@FreeBSD.org>2002-09-21 17:29:36 +0000
commit62df99fb84d18caea18a8bad7a36cd2309af39ec (patch)
tree7db830a7000a942d292efa49a5c613b348f7410f /sys/ddb/db_command.c
parent40044052d8ec7b4c490491d39902efbf7a0b68a1 (diff)
downloadFreeBSD-src-62df99fb84d18caea18a8bad7a36cd2309af39ec.zip
FreeBSD-src-62df99fb84d18caea18a8bad7a36cd2309af39ec.tar.gz
Constify to kill some warnings.
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 6771abe..cf3c6b7 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);
OpenPOWER on IntegriCloud