Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 21:43:00 -0400 (EDT)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/net getaddrinfo.c name6.c
Message-ID:  <Pine.BSF.4.21.0004202141190.20816-100000@green.dyndns.org>
In-Reply-To: <20000421093912D.shin@nd.net.fujitsu.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 21 Apr 2000, Yoshinobu Inoue wrote:

> Sorry to be late to fix this.
> (It still needs some improvements but I committed it because
> many people seems to have problem with this.)

I appreciate it :)

> > I wanted to change this myself, but I didn't feel like getting involved
> > with the getaddrinfo() code too well (I like my sanity, and not the
> > getaddrinfo() code ;).  However, I have done the work for the
> > gethostbyname() family.  Would you like to review it?  Diffs are small,
> > so included.
> 
> I have one question about the patches.
> [...]
> What "type" value is supposed in doinet6first case?
> I suppose that someone is calling
>   gethostbyname_internal(name, AF_INET, 1)
> at somewhere, but the part of diff seems to be missing.

Try using patch -R; I reversed the diff accidentally, since I am used
to typing .orig first, usually.  It's all there, though;  here's the
caller:

+       return (gethostbyname_internal(name, AF_INET,
+           (_res.options & RES_USE_INET6) != 0));

> Thanks,
> Yoshinobu Inoue

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 green@FreeBSD.org                    `------------------------------'



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004202141190.20816-100000>