summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-07 16:22:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-07 16:22:19 +0000
commit4b61e05ca52398a28eb03b42d1e349308ed2c5c6 (patch)
tree092914a1e5ac13b6729c0aabeb9d74e46421f017 /sys/arch/mvme88k/include
parenta61e5fcf128d43d039e5539272ef4b405648790a (diff)
Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_print
prototype in the process.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r--sys/arch/mvme88k/include/db_machdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h
index 38e5996f31d..b8a56442e40 100644
--- a/sys/arch/mvme88k/include/db_machdep.h
+++ b/sys/arch/mvme88k/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.25 2003/12/21 13:23:34 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.26 2004/01/07 16:22:18 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -90,7 +90,6 @@ extern db_regs_t ddb_regs; /* register state */
#define DDB_REGS (&ddb_regs)
extern int db_noisy;
-extern int quiet_db_read_bytes;
unsigned inst_load(unsigned);
unsigned inst_store(unsigned);