summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-11-12 20:29:27 +0000
committerniklas <niklas@openbsd.org>1996-11-12 20:29:27 +0000
commitd51e57cb5eb15fe7b068e4e74cc3fed26b6bf683 (patch)
treef6eefaa49c9ec9415f344bb997a717b76c321708 /sys/dev/isa/ast.c
parenttypo (diff)
downloadwireguard-openbsd-d51e57cb5eb15fe7b068e4e74cc3fed26b6bf683.tar.xz
wireguard-openbsd-d51e57cb5eb15fe7b068e4e74cc3fed26b6bf683.zip
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r--sys/dev/isa/ast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index f67c593823c..2353dd42e60 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ast.c,v 1.12 1996/06/02 17:23:02 niklas Exp $ */
+/* $OpenBSD: ast.c,v 1.13 1996/11/12 20:30:25 niklas Exp $ */
/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
@@ -39,7 +39,7 @@
#include <sys/device.h>
#include <sys/termios.h>
-#include <machine/bus.h>
+#include <machine/bus.old.h>
#include <machine/intr.h>
#include <dev/isa/isavar.h>