summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_examine.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
committerphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
commit6056f81916a007badc44587b720c1bc308265cae (patch)
tree04a837dcdadd73fa6cc99eaeb902219e812b9833 /sys/ddb/db_examine.c
parent051ce4c479c45d09eeaf7abcee957e6330406458 (diff)
downloadFreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.zip
FreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.tar.gz
Staticized and '#ifdef notused' stuff we don't use.
Diffstat (limited to 'sys/ddb/db_examine.c')
-rw-r--r--sys/ddb/db_examine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c
index f3ab7e3..46fc66d 100644
--- a/sys/ddb/db_examine.c
+++ b/sys/ddb/db_examine.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_examine.c,v 1.8 1995/05/30 07:56:55 rgrimes Exp $
+ * $Id: db_examine.c,v 1.9 1995/11/24 14:13:33 bde Exp $
*/
/*
@@ -42,7 +42,7 @@
#include <ddb/db_sym.h>
#include <ddb/db_access.h>
-char db_examine_format[TOK_STRING_SIZE] = "x";
+static char db_examine_format[TOK_STRING_SIZE] = "x";
static void db_examine(db_addr_t, char *, int);
static void db_search(db_addr_t, int, db_expr_t, db_expr_t, u_int);
@@ -186,7 +186,7 @@ db_examine(addr, fmt, count)
/*
* Print value.
*/
-char db_print_format = 'x';
+static char db_print_format = 'x';
/*ARGSUSED*/
void
OpenPOWER on IntegriCloud