This pulls in <ddb/db_output.h>, so don't redeclare ddb functions
authorguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 02:48:59 +0000 (02:48 +0000)
committerguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 02:48:59 +0000 (02:48 +0000)
sys/arch/i386/i386/lock_machdep.c

index 4f59732..572b7c8 100644 (file)
@@ -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