From 5fb18b1aa94c9719e24aed68babcbf5bea47f628 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 3 Jun 2005 21:22:34 +0000 Subject: [PATCH] Remove declarations for db_read_bytes() and db_write_bytes(). They are in . --- sys/arch/sun2/include/db_machdep.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/arch/sun2/include/db_machdep.h b/sys/arch/sun2/include/db_machdep.h index 36b75494cf12..6395680de184 100644 --- a/sys/arch/sun2/include/db_machdep.h +++ b/sys/arch/sun2/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_machdep.h,v 1.5 2005/01/22 15:36:09 chs Exp $ */ +/* $NetBSD: db_machdep.h,v 1.6 2005/06/03 21:22:34 tsutsui Exp $ */ /* * Mach Operating System @@ -42,8 +42,4 @@ extern char *esym; /* end of symbols */ -/* These are in db_memrw.c */ -extern void db_read_bytes (db_addr_t, size_t, char *); -extern void db_write_bytes(db_addr_t, size_t, char *); - #endif /* _SUN2_DB_MACHDEP_H_ */