summaryrefslogtreecommitdiff
path: root/sys/ddb/db_access.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
commitf23b4c91c4fb94e1bb6aeb4e7747f4ccf7767b41 (patch)
tree6b83fdf6eb5926c2f3d175a83d24bf5a2611a012 /sys/ddb/db_access.c
parentfa074287a4952da8528838c7812d02678e4c7205 (diff)
Notes
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,