diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 17:43:10 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 17:43:10 +0000 |
commit | 7c9feb3418df0cd16d38ca836145a1bc9033d6c5 (patch) | |
tree | 1d7e6e147e018583b45c8fd387271c95c4a3cf34 /sys/arch/macppc/dev/awacs.c | |
parent | 72d836ec6699fe1c54e49a6d25218bd4be5923e8 (diff) |
correct files for the powerpc/mac/ -> macppc/dev which did not get
renamed correctly.
Diffstat (limited to 'sys/arch/macppc/dev/awacs.c')
-rw-r--r-- | sys/arch/macppc/dev/awacs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/awacs.c b/sys/arch/macppc/dev/awacs.c index cbceac81def..09bdf3641a7 100644 --- a/sys/arch/macppc/dev/awacs.c +++ b/sys/arch/macppc/dev/awacs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awacs.c,v 1.1 2001/09/01 15:50:00 drahn Exp $ */ +/* $OpenBSD: awacs.c,v 1.2 2001/09/01 17:43:09 drahn Exp $ */ /* $NetBSD: awacs.c,v 1.4 2001/02/26 21:07:51 wiz Exp $ */ /*- @@ -44,7 +44,7 @@ #include <machine/autoconf.h> #include <machine/pio.h> -#include <macppc/mac/dbdma.h> +#include <macppc/dev/dbdma.h> #ifdef AWACS_DEBUG # define DPRINTF printf |