[openbeosnetteam] Re: fixed DNS resolver bug

> "Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx> wrote:
> > could you all please test if the DNS resolver is working again?
> > I fixed libnet.so some minutes ago and "ping localhost" is working 
> > for me, now.
> > If you want to know what caused the problem just read the cvs log.
> 
> I haven't tried it, but do we need the h_errno definition in netdb.h at 
> all?

Actually not. :)
I can remove it later.

Another solution could be to leave the h_errno declaration in netdb.h and 
remove the macro. I think Linux, NetBSD and FreeBSD do it this way.
Does this mean the value can be changed by the app, too?
I thought only libnet.so should be allowed to change h_errno.

Waldemar

Other related posts: