summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.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_watch.c
parent2bdd745e5fbfb56190329a4e00ced6207c58f408 (diff)
downloadFreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.zip
FreeBSD-src-a298a1843c7bfa2a35aa57de463ba467aeb911e2.tar.gz
Staticize and cleanup.
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index 4cec857..9e99c05 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_watch.c,v 1.8 1995/11/29 10:25:44 phk Exp $
+ * $Id: db_watch.c,v 1.9 1995/12/07 12:45:05 davidg Exp $
*/
/*
@@ -54,7 +54,7 @@
static boolean_t db_watchpoints_inserted = TRUE;
#define NWATCHPOINTS 100
-struct db_watchpoint db_watch_table[NWATCHPOINTS];
+static struct db_watchpoint db_watch_table[NWATCHPOINTS];
static db_watchpoint_t db_next_free_watchpoint = &db_watch_table[0];
static db_watchpoint_t db_free_watchpoints = 0;
static db_watchpoint_t db_watchpoint_list = 0;
OpenPOWER on IntegriCloud