summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-19 18:42:09 +0000
committerphk <phk@FreeBSD.org>1998-05-19 18:42:09 +0000
commitaf5985383486a23fcaee5d2383a4e8e08c7ae517 (patch)
tree69a258e014c3d5a2f816387bc5cf21db51846fb7 /sys/ddb/db_command.c
parentd796fafffb05725528e8ef3fae36c94378ac2d4d (diff)
downloadFreeBSD-src-af5985383486a23fcaee5d2383a4e8e08c7ae517.zip
FreeBSD-src-af5985383486a23fcaee5d2383a4e8e08c7ae517.tar.gz
Redo the previous commit in a more Bruce-friendly fashion.
Urged by: bde
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 1bf43de..9b84481 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_command.c,v 1.25 1998/02/13 02:19:29 bde Exp $
+ * $Id: db_command.c,v 1.26 1998/05/19 11:02:22 phk Exp $
*/
/*
@@ -369,7 +369,6 @@ static struct command db_show_cmds[] = {
{ "all", 0, 0, db_show_all_cmds },
{ "registers", db_show_regs, 0, 0 },
{ "breaks", db_listbreak_cmd, 0, 0 },
- { "msgbuf", db_show_msgbuf, 0, 0 },
#if 0
{ "thread", db_show_one_thread, 0, 0 },
#endif
OpenPOWER on IntegriCloud