This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: family independ functions


On Sun, 25 Jul 1999, Ulrich Drepper wrote:

> Arkadiusz Mi?kiewicz <misiek@misiek.eu.org> writes:
> 
> > rresvport_af(), getipnodebyname() and getipnodebyaddr()
> > functions will be implemented before 2.1.2 release ?
> 
> No, they will be in 2.2.
:-(

btw getaddrinfo() in 2.1.1 is broken
struct addrinfo hints;
...
hints.ai_family   = PF_INET;
...
getaddrinfo(xxx, yyy, &hints, zzz);

and getaddrinfo() return other families than PF_INET, too while it should
return PF_INET _only_.

> -- 
> ---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
> Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
> Cygnus Solutions `--' drepper at cygnus.com   `------------------------

-- 
 _____  __    ____       arkadiusz miśkiewicz      misiek@pld.org.pl
 \  _  \\  \  \    \           sysadm: zsz2.starachowice.pl
 |   __/|  |__|  |  | http://www.pld.org.pl/ http://www.misiek.eu.org/
 /__/   /____//____/     Polish Linux Distribution with IPv6 support



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]