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:
delphij 2005-04-17 04:00:55 +00:00
parent 90a7ec34ec
commit ba35b6aa76

View File

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