diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-13 21:20:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-02-13 21:20:33 +0000 |
commit | 5e6b3a2865f7110320908660f1c039c682d47d2a (patch) | |
tree | 2793e847937dc64a2bb09aea08d2348e420de0ed /sys/arch/hp300/stand | |
parent | 6a2c3a84326f468c8cffebadf156cab707faffcd (diff) |
#undef IIOV before redefining for 1:1 mappings, to silence a warning.
Diffstat (limited to 'sys/arch/hp300/stand')
-rw-r--r-- | sys/arch/hp300/stand/include/samachdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/include/samachdep.h b/sys/arch/hp300/stand/include/samachdep.h index ba5a11fc72a..089d07bdcfb 100644 --- a/sys/arch/hp300/stand/include/samachdep.h +++ b/sys/arch/hp300/stand/include/samachdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: samachdep.h,v 1.5 2006/08/17 06:31:10 miod Exp $ */ +/* $OpenBSD: samachdep.h,v 1.6 2008/02/13 21:20:32 miod Exp $ */ /* $NetBSD: samachdep.h,v 1.3 1997/05/12 07:54:45 thorpej Exp $ */ /* @@ -45,6 +45,7 @@ /* from cpu.h */ #define INTIOBASE (0x00400000) +#undef IIOV #define IIOV(x) (x) #define DIOBASE (0x600000) #define DIOCSIZE (0x10000) |