Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ddb That's not supposed to be there. Sorry.
details: https://anonhg.NetBSD.org/src/rev/828038b275bc
branches: trunk
changeset: 566081:828038b275bc
user: atatat <atatat%NetBSD.org@localhost>
date: Tue Apr 27 04:03:28 2004 +0000
description:
That's not supposed to be there. Sorry.
diffstat:
sys/ddb/db_command.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 805fd571f970 -r 828038b275bc sys/ddb/db_command.c
--- a/sys/ddb/db_command.c Tue Apr 27 03:49:03 2004 +0000
+++ b/sys/ddb/db_command.c Tue Apr 27 04:03:28 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.c,v 1.75 2004/03/24 15:34:52 atatat Exp $ */
+/* $NetBSD: db_command.c,v 1.76 2004/04/27 04:03:28 atatat Exp $ */
/*
* Mach Operating System
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.75 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.76 2004/04/27 04:03:28 atatat Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -166,7 +166,6 @@
{ "dmesg", db_dmesg, 0, NULL },
{ "dwatch", db_deletewatch_cmd, 0, NULL },
{ "examine", db_examine_cmd, CS_SET_DOT, NULL },
- { "fg", db_continue_cmd, 0, NULL },
{ "kill", db_kill_proc, CS_OWN, NULL },
#ifdef KGDB
{ "kgdb", db_kgdb_cmd, 0, NULL },
Home |
Main Index |
Thread Index |
Old Index