summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_break.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_break.c
parent2bdd745e5fbfb56190329a4e00ced6207c58f408 (diff)
downloadFreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.zip
FreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.tar.gz
Staticize and cleanup.
Diffstat (limited to 'sys/ddb/db_break.c')
-rw-r--r--sys/ddb/db_break.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c
index 2887b45..99f7769 100644
--- a/sys/ddb/db_break.c
+++ b/sys/ddb/db_break.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_break.c,v 1.8 1995/11/29 10:25:09 phk Exp $
+ * $Id: db_break.c,v 1.9 1995/12/07 12:44:46 davidg Exp $
*/
/*
@@ -46,7 +46,7 @@
#include <ddb/db_sym.h>
#define NBREAKPOINTS 100
-struct db_breakpoint db_break_table[NBREAKPOINTS];
+static struct db_breakpoint db_break_table[NBREAKPOINTS];
static db_breakpoint_t db_next_free_breakpoint = &db_break_table[0];
static db_breakpoint_t db_free_breakpoints = 0;
static db_breakpoint_t db_breakpoint_list = 0;
OpenPOWER on IntegriCloud