summaryrefslogtreecommitdiff
path: root/irc/scrollz/files/patch-source-ircaux.c
blob: b7ddfa8163bcff3af62f4ad8c6bc4cec515853f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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