Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> I was thinking of a similar situation with >> strdup: I thought many modules used strdup without depending on the >> strdup module > > Huh? The modules canon-host, getaddrinfo, glob, hard-locale, iconvme, userspec > all depend on strdup. And getpass doesn't, because it uses strdup() only on > Woe32, where strdup() is known to exist.
Right, that was were I was wrong. I thought that the above was true, hence my objection to making socklen_t in getaddrinfo inconsistent with use of strdup in other modules. But it wasn't true, and a few grep's set me straight. Sorry for the confusion. _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
