diff options
author | 1996-11-12 20:29:27 +0000 | |
---|---|---|
committer | 1996-11-12 20:29:27 +0000 | |
commit | d51e57cb5eb15fe7b068e4e74cc3fed26b6bf683 (patch) | |
tree | f6eefaa49c9ec9415f344bb997a717b76c321708 /sys/dev/isa/ast.c | |
parent | typo (diff) | |
download | wireguard-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.c | 4 |
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> |