summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_access.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_access.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_access.c')
-rw-r--r--sys/ddb/db_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c
index d137180..c7860d1 100644
--- a/sys/ddb/db_access.c
+++ b/sys/ddb/db_access.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_access.c,v 1.7 1995/05/30 07:56:46 rgrimes Exp $
+ * $Id: db_access.c,v 1.8 1995/11/24 14:13:29 bde Exp $
*/
/*
@@ -41,7 +41,7 @@
* boundaries.
*/
-unsigned db_extend[] = { /* table for sign-extending */
+static unsigned db_extend[] = { /* table for sign-extending */
0,
0xFFFFFF80U,
0xFFFF8000U,
OpenPOWER on IntegriCloud