bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test for getaddrinfo() broken on Tru64 UNIX 5.1


From: Simon Josefsson
Subject: Re: Test for getaddrinfo() broken on Tru64 UNIX 5.1
Date: Mon, 15 Oct 2007 11:18:54 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Albert Chin <address@hidden> writes:

> On Wed, Oct 13, 2007 at 16:25:21PM +0200, Bruno Haible wrote:
>> I'm applying your patch, with modifications:
>> ...
>>   4) Don't use 0 to designate null pointers. That doesn't sit well with
>>      C++ compilers.
>
> I only used 0 because further down in m4/getaddrinfo.m4 is:
>       AC_TRY_LINK([
> #ifdef HAVE_WS2TCPIP_H
> #include <ws2tcpip.h>
> #endif
> ], [getaddrinfo(0, 0, 0, 0);], gl_cv_w32_getaddrinfo=yes)
>
> So, the above should be fixed as well.

Fixed, thanks.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]