1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/irc/ninja/files/patch-source__ircaux.c
2014-07-29 17:12:47 +00:00

17 lines
322 B
C

Index: source/ircaux.c
diff -u source/ircaux.c.orig source/ircaux.c
--- source/ircaux.c.orig Sun Jan 13 09:41:25 2002
+++ source/ircaux.c Thu Oct 30 00:57:46 2003
@@ -852,9 +852,11 @@
return -10;
#else
{
+#ifdef EAI_ADDRFAMILY
if (err == EAI_ADDRFAMILY)
return -10;
else
+#endif
return -2;
}
#endif