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


Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org> writes:

> > No, they will be in 2.2.
> :-(

2.1.x are bug fix releases.

> 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_.

I'll take a look.  It would be much easier if you could write a test
program which I then also could add to the test suite.  Should be
fairly easy.

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

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