summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_run.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-10 13:32:43 +0000
committerphk <phk@FreeBSD.org>1995-12-10 13:32:43 +0000
commita298a1843c7bfa2a35aa57de463ba467aeb911e2 (patch)
treeb08207b099364bc62470d5ab3e385be9d742e2c9 /sys/ddb/db_run.c
parent2bdd745e5fbfb56190329a4e00ced6207c58f408 (diff)
downloadFreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.zip
FreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.tar.gz
Staticize and cleanup.
Diffstat (limited to 'sys/ddb/db_run.c')
-rw-r--r--sys/ddb/db_run.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index 86b83d2..04fe1fe 100644
--- a/sys/ddb/db_run.c
+++ b/sys/ddb/db_run.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_run.c,v 1.7 1995/11/29 10:25:31 phk Exp $
+ * $Id: db_run.c,v 1.8 1995/12/07 12:44:57 davidg Exp $
*/
/*
@@ -45,7 +45,7 @@
#include <ddb/db_break.h>
#include <ddb/db_access.h>
-int db_run_mode;
+static int db_run_mode;
#define STEP_NONE 0
#define STEP_ONCE 1
#define STEP_RETURN 2
@@ -54,9 +54,9 @@ int db_run_mode;
#define STEP_INVISIBLE 5
#define STEP_COUNT 6
-boolean_t db_sstep_print;
-int db_loop_count;
-int db_call_depth;
+static boolean_t db_sstep_print;
+static int db_loop_count;
+static int db_call_depth;
int db_inst_count;
int db_load_count;
OpenPOWER on IntegriCloud