5e56370038
the issue is that the BSD implementation doesn't accept a call like: getaddrinfo(SERVER_NAME, "9999", NULL, &res); because if will reject a numerical string in the second parameter if no hints are explicitely provided. This technically doesn't violate POSIX but might make porting Linux software a bit difficult. For more details see: http://groups.google.com/group/android-ndk/browse_thread/thread/818ab9c53f24c87 also comment debugging printf() calls which shouldn't be there. |
||
---|---|---|
.. | ||
base64.c | ||
getaddrinfo.c | ||
getnameinfo.c | ||
getservbyname.c | ||
getservbyname_r.c | ||
getservbyport.c | ||
getservbyport_r.c | ||
getservent.c | ||
getservent_r.c | ||
nsdispatch.c | ||
reentrant.h | ||
servent.h | ||
services.h |