From NetBSD: eliminate setjmp.h
authorniklas <niklas@openbsd.org>
Thu, 21 Mar 1996 00:07:42 +0000 (00:07 +0000)
committerniklas <niklas@openbsd.org>
Thu, 21 Mar 1996 00:07:42 +0000 (00:07 +0000)
sys/arch/m68k/m68k/db_interface.c

index f8249fc..e06f6c0 100644 (file)
@@ -1,4 +1,5 @@
-/*     $NetBSD: db_interface.c,v 1.16 1995/06/09 20:03:05 leo Exp $    */
+/*     $OpenBSD: db_interface.c,v 1.2 1996/03/21 00:07:42 niklas Exp $ */
+/*     $NetBSD: db_interface.c,v 1.17 1996/02/09 21:51:39 gwr Exp $    */
 
 /* 
  * Mach Operating System
@@ -33,7 +34,6 @@
 #include <sys/proc.h>
 #include <sys/reboot.h>
 #include <sys/systm.h> /* just for boothowto --eichin */
-#include <setjmp.h>
 
 #include <vm/vm.h>
 
@@ -41,7 +41,7 @@
 #include <machine/db_machdep.h>
 
 short  exframesize[];
-extern jmp_buf *db_recover;
+extern label_t *db_recover;
 
 int    db_active = 0;
 int ddb_regs_ssp;      /* system stack pointer */