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