From: Mark Andrews Date: Fri, 19 May 2006 02:36:00 +0000 (+0000) Subject: 2027. [port] libbind: solaris x68 support. [RT #16020] X-Git-Tag: v9.4.0a6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c838b53140571baacb89b1c4aada0a08c4b8c29b;p=thirdparty%2Fbind9.git 2027. [port] libbind: solaris x68 support. [RT #16020] --- diff --git a/CHANGES b/CHANGES index c6864ac0281..e9e18fabca1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2027. [port] libbind: Solaris x68 support. [RT #16020] + 2026. [bug] Rate limit the two recursive client exceeded messages. [RT #16044] diff --git a/lib/bind/include/arpa/nameser_compat.h b/lib/bind/include/arpa/nameser_compat.h index c290aef4a9c..371329394d7 100644 --- a/lib/bind/include/arpa/nameser_compat.h +++ b/lib/bind/include/arpa/nameser_compat.h @@ -32,7 +32,7 @@ /*% * from nameser.h 8.1 (Berkeley) 6/2/93 - * $Id: nameser_compat.h,v 1.5.18.2 2005/04/27 05:00:50 sra Exp $ + * $Id: nameser_compat.h,v 1.5.18.3 2006/05/19 02:36:00 marka Exp $ */ #ifndef _ARPA_NAMESER_COMPAT_ @@ -50,8 +50,9 @@ #define BIG_ENDIAN 4321 /*%< most-significant byte first (IBM, net) */ #define PDP_ENDIAN 3412 /*%< LSB first in word, MSW first in long (pdp) */ #if defined(vax) || defined(ns32000) || defined(sun386) || defined(i386) || \ - defined(MIPSEL) || defined(_MIPSEL) || defined(BIT_ZERO_ON_RIGHT) || \ - defined(__alpha__) || defined(__alpha) || \ + defined(__i386__) || defined(__i386) || defined(__amd64__) || \ + defined(__x86_64__) || defined(MIPSEL) || defined(_MIPSEL) || \ + defined(BIT_ZERO_ON_RIGHT) || defined(__alpha__) || defined(__alpha) || \ (defined(__Lynx__) && defined(__x86__)) #define BYTE_ORDER LITTLE_ENDIAN #endif