Re: getaddrinfo.c: don't require snprintf; new function: shorttostr

2006-10-22 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Simon Josefsson <[EMAIL PROTECTED]> wrote: >> On Sat, 2006-10-21 at 10:39 +0200, Jim Meyering wrote: >>> Paul, Simon, >>> Any objection to the changes below? >> >> Seems generally fine to me, thanks! ... > If you prefer uint16_t over "unsigned short int" we

Re: canonicalize on mingw

2006-10-22 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > mingw doesn't have symlinks, therefore S_ISLNK (defined in stat-macros.h) > always returns 0. This should avoid the compilation error. canonicalize.m4 > should then also check for readlink(). But the compilation error was about ELOOP, not about whether r