bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] small inet_ntop fix


From: Bruno Haible
Subject: Re: [bug-gnulib] small inet_ntop fix
Date: Mon, 19 Jun 2006 13:38:47 +0200
User-agent: KMail/1.9.1

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.

Bruno




reply via email to

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