summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/scrollz/files/patch-source-ircaux.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/irc/scrollz/files/patch-source-ircaux.c b/irc/scrollz/files/patch-source-ircaux.c
new file mode 100644
index 000000000000..b7ddfa8163bc
--- /dev/null
+++ b/irc/scrollz/files/patch-source-ircaux.c
@@ -0,0 +1,14 @@
+--- source/ircaux.c.orig Thu Oct 3 21:16:38 2002
++++ source/ircaux.c Tue Nov 18 15:58:26 2003
+@@ -869,9 +869,11 @@
+ return -10;
+ #else
+ {
++#ifndef __FreeBSD__
+ if (err == EAI_ADDRFAMILY)
+ return -10;
+ else
++#endif
+ return -2;
+ }
+ #endif