Wrong working directory, sorry. The previous patch was what I have
seen in NetBSD's tree, and this one is what I have submitted for review. Pointy hat to: me
This commit is contained in:
parent
90a7ec34ec
commit
ba35b6aa76
@ -109,11 +109,6 @@ getnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
|
||||
if (sa == NULL)
|
||||
return EAI_FAIL;
|
||||
|
||||
#ifdef BSD4_4
|
||||
if (sa->sa_len != salen)
|
||||
return EAI_FAIL;
|
||||
#endif
|
||||
|
||||
family = sa->sa_family;
|
||||
for (i = 0; afdl[i].a_af; i++)
|
||||
if (afdl[i].a_af == family) {
|
||||
|
Loading…
Reference in New Issue
Block a user