Bogus temporary gethostbyaddr_r() in libc for 6 years

2003-06-15 Thread Kris Kennaway
There's a bogus implementation of gethostbyaddr_r() in lib/libc/net/gethostnamadr.c that was committed 6 years and nine months ago: /* * Temporary function (not thread safe) */ int gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, struct hostent_data *buffer)

Re: Bogus temporary gethostbyaddr_r() in libc for 6 years

2003-06-15 Thread Terry Lambert
Kris Kennaway wrote: There's a bogus implementation of gethostbyaddr_r() in lib/libc/net/gethostnamadr.c that was committed 6 years and nine months ago: [...] What's the deal here? Despite the fact that this is not prototyped in a header, some ports are detecting this, and -- one assumes --