summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-04-19 07:43:47 +0000
committermickey <mickey@openbsd.org>1996-04-19 07:43:47 +0000
commit56285d46d22c5f99c354be50fdede5181b837118 (patch)
treee92b6fe73646d816645779fe824be431f285bf06 /sys/ddb
parentMake kernel compile again. (diff)
downloadwireguard-openbsd-56285d46d22c5f99c354be50fdede5181b837118.tar.xz
wireguard-openbsd-56285d46d22c5f99c354be50fdede5181b837118.zip
Fix according to the last changes.
dev_conf.h deleted, longjmp proto changed.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 4eca40e357b..56672a40482 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_command.c,v 1.4 1996/03/11 11:16:01 mickey Exp $ */
+/* $OpenBSD: db_command.c,v 1.5 1996/04/19 07:43:48 mickey Exp $ */
/*
* Mach Operating System
@@ -449,7 +449,7 @@ db_error(s)
if (s)
db_printf(s);
db_flush_lex();
- longjmp(db_recover, 1);
+ longjmp(db_recover);
}