Simon Josefsson wrote: > It would replace the > inet_ntop module, and lib/inet_ntop.h would be removed. > > With this, files only need to #include <arpa/inet.h> for inet_ntop or > inet_pton, just like it should be.
How would this work on platforms which have an <arpa/inet.h> already but don't have and don't declare the inet_ntop() function? Such as Solaris 7 and many other platforms. Bruno