diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2003-12-12 22:56:47 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2003-12-12 22:56:47 +0000 |
commit | 2636ae873c9801ab12f6de63ebc2d2ac9ea000ad (patch) | |
tree | c1137d85e8101824974d8c86c46d7c6dc9964323 /sys/dev/pci/pcivar.h | |
parent | 4ac6048a15d9dc62839f84f676bf2185ff3cfa20 (diff) |
another small compiler warning cleanup (#error instead of bailing out)
ok henning@
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r-- | sys/dev/pci/pcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 097ae2dabd3..7148650ffad 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcivar.h,v 1.32 2003/10/06 16:07:45 fgsch Exp $ */ +/* $OpenBSD: pcivar.h,v 1.33 2003/12/12 22:56:46 hshoexer Exp $ */ /* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -55,7 +55,7 @@ struct pcibus_attach_args; * Machine-dependent definitions. */ #if (__alpha__ + __atari__ + __i386__ + __arc__ + __powerpc__ + __galileo__ + __sparc64__ + __hppa__ != 1) -ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. +#error COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if __alpha__ #include <alpha/pci/pci_machdep.h> |