1337. [port] libbind: TrueUNIX 5.1 does not like __align as a

element name.
This commit is contained in:
Mark Andrews
2002-06-28 05:46:10 +00:00
parent e817515a6c
commit 1c0927d8a0
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
1337. [port] libbind: TrueUNIX 5.1 does not like __align as a
element name.
1336. [bug] libbind: gethostans() could get out of sync parsing
the response if there was a very long CNAME chain.

View File

@@ -50,7 +50,7 @@
/*
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.16 2002/06/03 00:34:54 marka Exp $
* $Id: resolv.h,v 1.17 2002/06/28 05:46:10 marka Exp $
*/
#ifndef _RESOLV_H_
@@ -206,9 +206,9 @@ union res_sockaddr_union {
struct sockaddr_in6 sin6;
#endif
#ifdef ISC_ALIGN64
int64_t __align; /* 64bit alignment */
int64_t __align64; /* 64bit alignment */
#else
int32_t __align; /* 32bit alignment */
int32_t __align32; /* 32bit alignment */
#endif
char __space[128]; /* max size */
};