bug-gnulib
[Top][All Lists]
Advanced

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

Re: small inet_ntop fix


From: Simon Josefsson
Subject: Re: small inet_ntop fix
Date: Mon, 19 Jun 2006 14:28:59 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> @@ -78,10 +76,8 @@
>>  {
>>    switch (af)
>>      {
>> -#if HAVE_IPV4
>>      case AF_INET:
>>        return (inet_ntop4 (src, dst, cnt));
>> -#endif
>>  
>>  #if HAVE_IPV6
>>      case AF_INET6:
>
> This hunk would break portability to systems without real networking,
> such as Linux 0.95 or to new young platforms. You don't need it.
> The other 3 hunks are fine, IMO.

Ah, right.  I reverted that part of the patch.

Thanks!




reply via email to

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