summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_access.c
diff options
context:
space:
mode:
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