correct ifdef for EAI_ADDRFAMILY
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -43,7 +43,7 @@ static struct gai_error {
|
||||
char *str;
|
||||
} errors[] = {
|
||||
{EAI_NOERROR, "no error"},
|
||||
#ifndef EAI_ADDRFAMILY
|
||||
#ifdef EAI_ADDRFAMILY
|
||||
{EAI_ADDRFAMILY, "address family for nodename not supported"},
|
||||
#endif
|
||||
{EAI_AGAIN, "temporary failure in name resolution"},
|
||||
|
Reference in New Issue
Block a user