summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-05-30 20:35:57 +0000
committermiod <miod@openbsd.org>2001-05-30 20:35:57 +0000
commit9caddcd620f89eab750dc29fe630ca2f28163317 (patch)
treec7473a21964ba3ebd94af20380f09dae4479fae2
parentDefine msgbuf area size better, gets rid of occasionnal noise in dmesg (diff)
downloadwireguard-openbsd-9caddcd620f89eab750dc29fe630ca2f28163317.tar.xz
wireguard-openbsd-9caddcd620f89eab750dc29fe630ca2f28163317.zip
Oops
-rw-r--r--sys/arch/sun3/sun3/db_machdep.c3
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));