diff options
| author | christos <christos@NetBSD.org> | 2007-01-29 17:33:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-01-29 17:33:30 +0000 |
| commit | f8ee9d613ddaa4a0807b079de00b85d35a35019b (patch) | |
| tree | 08d82f8913fdf953e92d0fe091d13be33665dd84 /usr.sbin/bind/include | |
| parent | 4d607243baf3a8edd66533310de110755bdefac0 (diff) | |
deal with x86_64 build failure.
Diffstat (limited to 'usr.sbin/bind/include')
| -rw-r--r-- | usr.sbin/bind/include/isc/atomic.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/bind/include/isc/atomic.h b/usr.sbin/bind/include/isc/atomic.h index 985564e2974..ff20ada9bac 100644 --- a/usr.sbin/bind/include/isc/atomic.h +++ b/usr.sbin/bind/include/isc/atomic.h @@ -1,9 +1,8 @@ -/* $NetBSD: atomic.h,v 1.1 2007/01/27 21:36:13 christos Exp $ */ +/* $NetBSD: atomic.h,v 1.2 2007/01/29 17:33:30 christos Exp $ */ -#if defined(__i386__) +#if defined(__i386__) || defined(__x86_64__) +/* Bind shares those for now, although it provides both of them */ #include "lib/isc/x86_32/include/isc/atomic.h" -#elif defined(__x86_64__) -#include "lib/isc/x86_64/include/isc/atomic.h" #elif defined(__sparc__) && defined(_LP64) #include "lib/isc/sparc64/include/isc/atomic.h" #elif defined(__alpha__) |
