diff options
author | 2010-04-28 21:24:06 +0000 | |
---|---|---|
committer | 2010-04-28 21:24:06 +0000 | |
commit | a91e71db8e6a165055d4c62b16c15a311e34107e (patch) | |
tree | 923690690da1cdbc5f276a930a1a7f1dc827019f /sys/dev | |
parent | s/i386/__i386__/, no binary change. (diff) | |
download | wireguard-openbsd-a91e71db8e6a165055d4c62b16c15a311e34107e.tar.xz wireguard-openbsd-a91e71db8e6a165055d4c62b16c15a311e34107e.zip |
s/amd64/__amd64__/, s/i386/__i386__, no binary change.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/eso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/eso.c b/sys/dev/pci/eso.c index bbcb5879e30..7f8e6ea3534 100644 --- a/sys/dev/pci/eso.c +++ b/sys/dev/pci/eso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eso.c,v 1.29 2010/04/08 00:23:53 tedu Exp $ */ +/* $OpenBSD: eso.c,v 1.30 2010/04/28 21:24:06 kettenis Exp $ */ /* $NetBSD: eso.c,v 1.48 2006/12/18 23:13:39 kleink Exp $ */ /* @@ -61,7 +61,7 @@ * XXX Work around the 24-bit implementation limit of the Audio 1 DMA * XXX engine by allocating through the ISA DMA tag. */ -#if defined(amd64) || defined(i386) +#if defined(__amd64__) || defined(__i386__) #include "isa.h" #if NISA > 0 #include <dev/isa/isavar.h> |