ports/java/kaffe-devel/files/patch-inetaddressimpl
Edwin Groothuis 70af86bdd5 [maintainer update] java/kaffe-devel update to 1.1.3
Upgrade to 1.1.3

PR:		ports/60762
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2004-01-02 22:58:53 +00:00

12 lines
419 B
Text

--- libraries/clib/net/InetAddressImpl.c.orig Wed Dec 31 13:43:03 2003
+++ libraries/clib/net/InetAddressImpl.c Wed Dec 31 13:43:09 2003
@@ -241,7 +241,9 @@
"Unable to contact name server");
break;
case EAI_NONAME:
+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
case EAI_NODATA:
+#endif
postExceptionMessage(&einfo,
JAVA_NET(UnknownHostException),
"Unknown host: %s",