1087. [bug] libbind: struct __res_state to large on 64 bit arch.
(including later fix known as change 1284 in BIND 8)
1088. [port] libbind: MPE/iX C.70 (incomplete)
+1087. [bug] libbind: struct __res_state too large on 64 bit arch.
+
1086. [port] libbind: sunos: old sprintf.
1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
/*
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
- * $Id: resolv.h,v 1.7.2.1 2001/11/02 21:32:52 gson Exp $
+ * $Id: resolv.h,v 1.7.2.2 2001/11/03 00:21:34 gson Exp $
*/
#ifndef _RESOLV_H_
int _vcsock; /* PRIVATE: for res_send VC i/o */
u_int _flags; /* PRIVATE: see below */
union {
- char pad[52]; /* On an i386 this means 512b total. */
+ /* On an 32-bit arch this means 512b total. */
+ char pad[72 - 3*sizeof (int) - 2*sizeof (void *)];
struct {
u_int16_t nscount;
u_int16_t nstimes[MAXNS]; /* ms. */