summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index f2e0b0c..0f62f88 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$
+ * $Id: db_command.c,v 1.23 1997/02/22 09:28:21 peter Exp $
*/
/*
@@ -53,7 +53,7 @@
* XXX when db_command is actually used, it will be generated by the linker.
* Then it should be declared extern.
*/
-struct linker_set db_cmd_set;
+static struct linker_set db_cmd_set;
boolean_t db_cmd_loop_done;
db_addr_t db_dot;
jmp_buf db_jmpbuf;
OpenPOWER on IntegriCloud