[openbeosnetteam] libbind.so status

Hi,
libbind.so compiles fine and there are not linker errors when I run Mozilla.
But it does not resolve the hostname. :(
All functions are called, but select() always times out.

Shall I commit the source so you can have a look at it, too? It would be a 
1.2MB commit, so we should warn modem users on the main list.
Unfortunately, I could not leave all headers and sources untouched. The *_r 
functions want _REENTRANT to be defined, so I added
#define _REENTRANT 1
to netdb.h and resolv.h. Also, our private pthread code has some issues that 
need special handling. All changes are documented in DEVNOTES.

Waldemar

Other related posts: