]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 20:12:58 +0000 (20:12 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 20:12:58 +0000 (20:12 +0000)
1088.   [port]          libbind: MPE/iX C.70 (incomplete)

CHANGES
lib/bind/include/arpa/nameser_compat.h

diff --git a/CHANGES b/CHANGES
index ede22fe45583c921b2cd3442fc9de471aab3f584..4ba429a5b06dcd160cc1737df367da7537313e61 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@
 
 1101.  [bug]           Array bounds read error in lwres_gai_strerror.
 
+1088.  [port]          libbind: MPE/iX C.70 (incomplete)
+
 1086.  [port]          libbind: sunos: old sprintf.
 
 1085.  [port]          libbind: solaris: sys_nerr and sys_errlist do not
index 335d75b4f770dbcd0f321d43eac389ec65d96296..2f1fb9b27cabd136ea77d4d722b0b347d2962a11 100644 (file)
@@ -32,7 +32,7 @@
 
 /*
  *      from nameser.h 8.1 (Berkeley) 6/2/93
- *     $Id: nameser_compat.h,v 1.1 2001/03/29 06:31:35 marka Exp $
+ *     $Id: nameser_compat.h,v 1.1.2.1 2001/11/02 20:12:58 gson Exp $
  */
 
 #ifndef _ARPA_NAMESER_COMPAT_
@@ -64,6 +64,7 @@
     defined(apollo) || defined(__convex__) || defined(_CRAY) || \
     defined(__hppa) || defined(__hp9000) || \
     defined(__hp9000s300) || defined(__hp9000s700) || \
+    defined(__hp3000s900) || defined(MPE) || \
     defined (BIT_ZERO_ON_LEFT) || defined(m68k) || \
     (defined(__Lynx__) && \
      (defined(__68k__) || defined(__sparc__) || defined(__powerpc__)))