summaryrefslogtreecommitdiff
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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c
index 196634d81f0d..7178bbe1c96c 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.4 1993/12/19 00:49:42 wollman Exp $
+ * $Id: db_access.c,v 1.5 1994/08/13 03:49:13 wollman Exp $
*/
/*
@@ -40,9 +40,6 @@
* boundaries.
*/
-extern void db_read_bytes(); /* machine-dependent */
-extern void db_write_bytes(); /* machine-dependent */
-
unsigned db_extend[] = { /* table for sign-extending */
0,
0xFFFFFF80U,