275. [bug] The definition of lwres_gai_strerror() was missing the

lwres_ prefix.
This commit is contained in:
Andreas Gustafsson 2000-06-23 01:50:48 +00:00
parent b92da7ece1
commit 57b3597444
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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;