1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Unbreak on -CURRENT

PR:		ports/59159
Submitted by:	maintainer
Approved by:	adamw (mentor)
This commit is contained in:
Pav Lucistnik 2003-11-18 15:05:13 +00:00
parent cef1737049
commit d512a1dcc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94266

View File

@ -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