aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-10-29 16:25:23 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-10-29 16:25:23 +0000
commitaf6d6ef44301138b8c84d89faf790308d8f31d56 (patch)
treeff2ea9992e8215623ec20b39f3e8336a1c5a00f2 /irc
parent8d87a71c306d0c7335af7421c61d540b8110511d (diff)
downloadports-af6d6ef44301138b8c84d89faf790308d8f31d56.tar.gz
ports-af6d6ef44301138b8c84d89faf790308d8f31d56.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ninja/files/patch-source::ircaux.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/irc/ninja/files/patch-source::ircaux.c b/irc/ninja/files/patch-source::ircaux.c
new file mode 100644
index 000000000000..6cda7ec0b761
--- /dev/null
+++ b/irc/ninja/files/patch-source::ircaux.c
@@ -0,0 +1,16 @@
+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