diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 22:58:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 22:58:53 +0000 |
commit | 70af86bdd57a0fe377e27d33174f0a4417ef0a95 (patch) | |
tree | 7286886e6d63ce9ba0e8b070d0f612ca3ddafb65 /java/kaffe-devel/files/patch-inetaddressimpl | |
parent | - Install missing config files: unicode.map and threshold.conf (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=97133
Diffstat (limited to 'java/kaffe-devel/files/patch-inetaddressimpl')
-rw-r--r-- | java/kaffe-devel/files/patch-inetaddressimpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/kaffe-devel/files/patch-inetaddressimpl b/java/kaffe-devel/files/patch-inetaddressimpl new file mode 100644 index 000000000000..7a4017a9f808 --- /dev/null +++ b/java/kaffe-devel/files/patch-inetaddressimpl @@ -0,0 +1,12 @@ +--- 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", |