emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootstrap: need moral support. :-(


From: Kim F. Storm
Subject: Re: make bootstrap: need moral support. :-(
Date: Tue, 21 Feb 2006 10:44:48 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> The source code in process.c looks like this:
>> #ifdef AF_INET6
>>     case AF_INET6:
>>       {
>>         struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa;
>>         uint16_t *ip6 = (uint16_t *)&sin6->sin6_addr;      <======= L2245
>
> This means that the IPv6 configury test is misbehaving.  

IIRC, configure has no explicit test for IPv6 -- process.c
just tests whether AF_INET6 being defined.  

But that obviously doesn't load the proper header files 
in all cases.

Can one of the configure hackers please DTRT?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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