]> 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:58 +0000 (02:38 +0000)
committerMark Andrews <marka@isc.org>
Fri, 19 May 2006 02:38:58 +0000 (02:38 +0000)
CHANGES
lib/bind/include/arpa/nameser_compat.h

diff --git a/CHANGES b/CHANGES
index 0e780773dd9b2f7a1d931ca344f79e50bbb75491..dcaaff5b745b453b2cdf6d81ea114372be3ff0ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2027.  [port]          libbind: Solaris x68 support. [RT #16020]
+
 2026.  [bug]           Rate limit the recursive client exceeded message.
                        [RT #16044]
 
index 9eabb16cce0c0d1406efaf5271c336f9cdf706cd..0291c2434709badce3ea0d0ca9d9bdc3e72aa33d 100644 (file)
@@ -32,7 +32,7 @@
 
 /*
  *      from nameser.h 8.1 (Berkeley) 6/2/93
- *     $Id: nameser_compat.h,v 1.1.2.5 2004/07/01 04:42:04 marka Exp $
+ *     $Id: nameser_compat.h,v 1.1.2.6 2006/05/19 02:38:58 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