diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-02-03 09:25:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-02-03 09:25:03 +0000 |
commit | 7209e158722a1ef701d0fe334ce5555b844fbcf2 (patch) | |
tree | aabcbd9e975eace95352b762d1eac7fc32c5cf6f /sys | |
parent | 486ce5ceee0220396cc3c7d4f771ab57e2b019fa (diff) |
repair cats
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/isavar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index fd5df23b0eb..afd01d28a81 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.50 2004/02/01 17:11:43 nordin Exp $ */ +/* $OpenBSD: isavar.h,v 1.51 2004/02/03 09:25:02 mickey Exp $ */ /* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */ /*- @@ -122,7 +122,7 @@ */ struct isabus_attach_args; -#if (__alpha__ + amiga + __arm__ + __i386__ + arc + __wgrisc__ + __powerpc__ + __hppa__ + __amd64__ != 1) +#if (__alpha__ + amiga + __cats__ + __i386__ + arc + __wgrisc__ + __powerpc__ + __hppa__ + __amd64__ != 1) #error "COMPILING ISA FOR UNSUPPORTED MACHINE, OR MORE THAN ONE." #endif #ifdef __alpha__ @@ -131,7 +131,7 @@ struct isabus_attach_args; #ifdef amiga #include <amiga/isa/isa_machdep.h> #endif -#ifdef __arm__ +#ifdef __cats__ #include <cats/isa/isa_machdep.h> #endif #ifdef __i386__ |