mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
275. [bug] The definition of lwres_gai_strerror() was missing the
lwres_ prefix.
This commit is contained in:
parent
b92da7ece1
commit
57b3597444
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
275. [bug] The definition of lwres_gai_strerror() was missing the
|
||||
lwres_ prefix.
|
||||
|
||||
274. [bug] TSIG AXFR verify failed when talking to a BIND 8 server.
|
||||
|
||||
273. [func] The default for the 'transfer-format' option is
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gai_strerror.c,v 1.9 2000/06/09 20:56:25 gson Exp $ */
|
||||
/* $Id: gai_strerror.c,v 1.10 2000/06/23 01:50:48 gson Exp $ */
|
||||
|
||||
#include <lwres/netdb.h>
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ static const char *gai_messages[] = {
|
|||
};
|
||||
|
||||
char *
|
||||
gai_strerror(int ecode) {
|
||||
lwres_gai_strerror(int ecode) {
|
||||
union {
|
||||
const char *const_ptr;
|
||||
char *deconst_ptr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue