Jim Meyering <[EMAIL PROTECTED]> writes: > I've just discovered/fixed a build problem with the getaddrinfo module. > It didn't depend on the socklen module (for the declaration of socklen_t). > So I've merged these changes from coreutils:
Hm. socklen_t is POSIX. Shouldn't getaddrinfo assume a POSIX system except for getaddrinfo? If a maintainer notice that socklen_t is ALSO missing he could use the socklen_t module herself. Just a thought. For this case adding the dependency is low-cost, but in general it could have been a very complex module that were added. Thanks, Simon _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
