]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2027. [port] libbind: solaris x68 support. [RT #16020]
authorMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:38:15 +0000 (02:38 +0000)
committerMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:38:15 +0000 (02:38 +0000)
CHANGES
lib/bind/include/arpa/nameser_compat.h

diff --git a/CHANGES b/CHANGES
index ac638564e8ef8ddd64a3f928cad031e450d5d427..ca7d019a5e9ae038aa9ba278ea0fc304402d3ced 100644 (file)
--- 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]
 
index 464f12e13aa518d4a3707ad7421968a1ee1fdd76..4460261b7b323171009616d4279c376469cad5f4 100644 (file)
@@ -32,7 +32,7 @@
 
 /*
  *      from nameser.h 8.1 (Berkeley) 6/2/93
- *     $Id: nameser_compat.h,v 1.1.2.3.4.2 2004/07/01 04:43:41 marka Exp $
+ *     $Id: nameser_compat.h,v 1.1.2.3.4.3 2006/05/19 02:38:15 marka Exp $
  */
 
 #ifndef _ARPA_NAMESER_COMPAT_
@@ -52,8 +52,9 @@
 #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