diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-19 18:42:09 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-19 18:42:09 +0000 |
| commit | aec5a849f9deea3afa940e2e9fbde3eded1d8bb9 (patch) | |
| tree | 3c384d81c3e294a01b06bd43c267949d11bb9166 /sys/ddb/db_command.c | |
| parent | 677c9dd6f37e4f1d7ea699a58e6beb7a99b8e8c4 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 1bf43de7d296..9b84481d4908 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 |
