summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-08-31 08:18:24 +0000
committermiod <miod@openbsd.org>2001-08-31 08:18:24 +0000
commit275601bc6412d67891f40d3fdb96a3bd74a3477c (patch)
tree99ff809ac30239ae74650e4c20ce8e761dfd7a01
parentA text fault without curproc is always illegal. (diff)
downloadwireguard-openbsd-275601bc6412d67891f40d3fdb96a3bd74a3477c.tar.xz
wireguard-openbsd-275601bc6412d67891f40d3fdb96a3bd74a3477c.zip
I should get more sleep.
-rw-r--r--sys/arch/mvme88k/dev/dart.c4
-rw-r--r--sys/arch/mvme88k/dev/vx.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/dev/dart.c b/sys/arch/mvme88k/dev/dart.c
index 3c541c11b2b..e552e970f58 100644
--- a/sys/arch/mvme88k/dev/dart.c
+++ b/sys/arch/mvme88k/dev/dart.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dart.c,v 1.11 2001/08/31 01:05:44 miod Exp $ */
+/* $OpenBSD: dart.c,v 1.12 2001/08/31 08:18:24 miod Exp $ */
/*
* Mach Operating System
@@ -53,7 +53,7 @@
#define spldart() splx(IPL_TTY)
#ifdef DDB
-#include <db_variables.h>
+#include <ddb/db_var.h>
#endif
#ifdef DEBUG
diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c
index f946a62e2ed..dad0b58ed58 100644
--- a/sys/arch/mvme88k/dev/vx.c
+++ b/sys/arch/mvme88k/dev/vx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vx.c,v 1.10 2001/08/31 01:05:44 miod Exp $ */
+/* $OpenBSD: vx.c,v 1.11 2001/08/31 08:18:24 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -56,7 +56,7 @@
#endif
#ifdef DDB
-#include <ddb/db_variables.h>
+#include <ddb/db_var.h>
#endif
#define splvx() spltty()