diff options
author | 2010-04-28 21:23:18 +0000 | |
---|---|---|
committer | 2010-04-28 21:23:18 +0000 | |
commit | e37c9d6b39a4b744c7f92d2191cf30b5d54da085 (patch) | |
tree | 384f3b39ddebbead14bb5e57b66c1c97735ebab9 /sys/dev | |
parent | Make the active pane border have a green foreground instead of (diff) | |
download | wireguard-openbsd-e37c9d6b39a4b744c7f92d2191cf30b5d54da085.tar.xz wireguard-openbsd-e37c9d6b39a4b744c7f92d2191cf30b5d54da085.zip |
s/i386/__i386__/, no binary change.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/aha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index fefa0dee62e..77138b0babf 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha.c,v 1.67 2010/03/23 01:57:20 krw Exp $ */ +/* $OpenBSD: aha.c,v 1.68 2010/04/28 21:23:18 kettenis Exp $ */ /* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */ #undef AHADIAG @@ -77,7 +77,7 @@ * on i386 at least, xfers to/from user memory * cannot be serviced at interrupt time. */ -#ifdef i386 +#ifdef __i386__ #define VOLATILE_XS(xs) \ ((xs)->datalen > 0 && (xs)->bp == NULL && \ ((xs)->flags & SCSI_POLL) == 0) |