summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-12-03 02:31:57 +0000
committerderaadt <deraadt@openbsd.org>1996-12-03 02:31:57 +0000
commitfc647f9140827ef63061a7316afee83baa938a13 (patch)
tree6c4080de7575c2ee3b246b87db77d39ee91b3e3e /sys/dev/isa/ast.c
parenthandle "/*" path parsing correctly; netbsd pr#2970, darcey@druid.com (diff)
downloadwireguard-openbsd-fc647f9140827ef63061a7316afee83baa938a13.tar.xz
wireguard-openbsd-fc647f9140827ef63061a7316afee83baa938a13.zip
comreg/var moved, niklas
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r--sys/dev/isa/ast.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index 8e42ae8385a..d467859d3de 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ast.c,v 1.15 1996/11/29 22:54:50 niklas Exp $ */
+/* $OpenBSD: ast.c,v 1.16 1996/12/03 02:31:57 deraadt Exp $ */
/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
@@ -43,8 +43,8 @@
#include <machine/intr.h>
#include <dev/isa/isavar.h>
-#include <dev/isa/comreg.h>
-#include <dev/isa/comvar.h>
+#include <dev/ic/comreg.h>
+#include <dev/ic/comvar.h>
#define NSLAVES 4