From: guenther Date: Sun, 20 Jul 2014 02:48:59 +0000 (+0000) Subject: This pulls in , so don't redeclare ddb functions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c7e9aac465d1b9c7b1be18afdb936423d1c8d542;p=openbsd This pulls in , so don't redeclare ddb functions --- 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