diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-05-30 20:35:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-05-30 20:35:58 +0000 |
commit | 70c8a039fefa695fcd218c1cf92cedef9b76542c (patch) | |
tree | 55dc164b4aea2cc90f1794e301ac27c8a3c256e7 /sys | |
parent | f3123b2b185d927dbb908270082db13d0fb1cce5 (diff) |
Oops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/sun3/db_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/db_machdep.c b/sys/arch/sun3/sun3/db_machdep.c index af4b674e40e..9fe68433b40 100644 --- a/sys/arch/sun3/sun3/db_machdep.c +++ b/sys/arch/sun3/sun3/db_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.c,v 1.10 2001/04/29 19:02:45 miod Exp $ */ +/* $OpenBSD: db_machdep.c,v 1.11 2001/05/30 20:35:57 miod Exp $ */ /* $NetBSD: db_machdep.c,v 1.8 1996/11/20 18:57:27 gwr Exp $ */ /*- @@ -57,7 +57,6 @@ static void db_mach_pagemap __P((db_expr_t, int, db_expr_t, char *)); static void db_mach_abort __P((db_expr_t, int, db_expr_t, char *)); -static void db_mach_reboot __P((db_expr_t, int, db_expr_t, char *)); static void pte_print __P((int)); |