Displaying 1 result from an estimated 1 matches for "_ssh_compat_gai_strerror".
2008 Feb 18
1
[PATCH] Build problem in current portable CVS
Hi,
I just tried to build the latest portable code from CVS on Cygwin.
I stumbled over a problem with the definitions of gai_strerror and
ssh_gai_strerror.
On systems not having gai_strerror, the fake-rfc2553.c file defines
its own version of gai_strerror, and fake-rfc2553.h additionally has
this definition of gai_strerror:
#define gai_strerror(a) (ssh_gai_strerror(a))
OTOH, misc.c