diff options
author | 2001-05-30 20:35:57 +0000 | |
---|---|---|
committer | 2001-05-30 20:35:57 +0000 | |
commit | 9caddcd620f89eab750dc29fe630ca2f28163317 (patch) | |
tree | c7473a21964ba3ebd94af20380f09dae4479fae2 | |
parent | Define msgbuf area size better, gets rid of occasionnal noise in dmesg (diff) | |
download | wireguard-openbsd-9caddcd620f89eab750dc29fe630ca2f28163317.tar.xz wireguard-openbsd-9caddcd620f89eab750dc29fe630ca2f28163317.zip |
Oops
-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)); |