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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c
index cbb25dd..b519e28 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$
+ * $Id: db_access.c,v 1.2 1993/10/16 16:47:04 rgrimes Exp $
*/
/*
@@ -42,11 +42,11 @@
extern void db_read_bytes(); /* machine-dependent */
extern void db_write_bytes(); /* machine-dependent */
-int db_extend[] = { /* table for sign-extending */
+unsigned db_extend[] = { /* table for sign-extending */
0,
- 0xFFFFFF80,
- 0xFFFF8000,
- 0xFF800000
+ 0xFFFFFF80U,
+ 0xFFFF8000U,
+ 0xFF800000U
};
db_expr_t
OpenPOWER on IntegriCloud