diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-20 02:49:00 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-20 02:49:00 +0000 |
commit | ca4747861478d6c554f06ebf5d9124599bf9beb1 (patch) | |
tree | 1ad5b2cbce95a283c529d26d8d0b0307f085c9a7 /sys | |
parent | 77f9ad08e3c62278591f6d125e8fb8de16754d3c (diff) |
This pulls in <ddb/db_output.h>, so don't redeclare ddb functions
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/lock_machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/lock_machdep.c b/sys/arch/i386/i386/lock_machdep.c index 4f597327f86..572b7c88b80 100644 --- a/sys/arch/i386/i386/lock_machdep.c +++ b/sys/arch/i386/i386/lock_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lock_machdep.c,v 1.15 2014/07/10 12:14:48 mlarkin Exp $ */ +/* $OpenBSD: lock_machdep.c,v 1.16 2014/07/20 02:48:59 guenther Exp $ */ /* $NetBSD: lock_machdep.c,v 1.1.2.3 2000/05/03 14:40:30 sommerfeld Exp $ */ /*- @@ -65,10 +65,6 @@ __mp_lock_init(struct __mp_lock *mpl) #error "MP_LOCKDEBUG requires DDB" #endif -extern void Debugger(void); -extern int db_printf(const char *, ...) - __attribute__((__format__(__kprintf__,1,2))); - /* CPU-dependent timing, needs this to be settable from ddb. */ extern int __mp_lock_spinout; #endif |