diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-12-02 22:17:15 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-12-02 22:17:15 +0000 |
commit | b3ca7b8d1b934474921b482bb6080df5ebd417d3 (patch) | |
tree | d05013b4e07ff5ac543e800995156b9b62136c67 /java | |
parent | 6ef08024e00a88488e73e6d5e5ef83d53e630cb9 (diff) | |
download | ports-b3ca7b8d1b934474921b482bb6080df5ebd417d3.tar.gz ports-b3ca7b8d1b934474921b482bb6080df5ebd417d3.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk15/files/patch-j2se::net::Inet4AddressImpl.c | 25 | ||||
-rw-r--r-- | java/jdk16/files/patch-j2se::net::Inet4AddressImpl.c | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se::net::Inet4AddressImpl.c b/java/jdk15/files/patch-j2se::net::Inet4AddressImpl.c new file mode 100644 index 000000000000..8cd624f127ad --- /dev/null +++ b/java/jdk15/files/patch-j2se::net::Inet4AddressImpl.c @@ -0,0 +1,25 @@ +--- ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c 10 Aug 2005 16:51:14 -0000 1.8 ++++ ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c 21 Sep 2005 02:27:28 -0000 1.9 +@@ -608,6 +608,8 @@ + return ret; + } + ++#endif /* USE_GETADDRINFO */ ++ + #define SET_NONBLOCKING(fd) { \ + int flags = fcntl(fd, F_GETFL); \ + flags |= O_NONBLOCK; \ +@@ -860,6 +862,7 @@ + } + } + ++#ifndef USE_GETADDRINFO + #if defined(_ALLBSD_SOURCE) + + #if defined(LIBC_SCCS) && !defined(lint) +@@ -1069,4 +1072,4 @@ + #endif /* !defined(_REENTRANT) || !defined(DO_PTHREADS) */ + + #endif +-#endif /* USE_GETADDRINFO */ ++#endif /* !USE_GETADDRINFO */ diff --git a/java/jdk16/files/patch-j2se::net::Inet4AddressImpl.c b/java/jdk16/files/patch-j2se::net::Inet4AddressImpl.c new file mode 100644 index 000000000000..8cd624f127ad --- /dev/null +++ b/java/jdk16/files/patch-j2se::net::Inet4AddressImpl.c @@ -0,0 +1,25 @@ +--- ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c 10 Aug 2005 16:51:14 -0000 1.8 ++++ ../../j2se/src/solaris/native/java/net/Inet4AddressImpl.c 21 Sep 2005 02:27:28 -0000 1.9 +@@ -608,6 +608,8 @@ + return ret; + } + ++#endif /* USE_GETADDRINFO */ ++ + #define SET_NONBLOCKING(fd) { \ + int flags = fcntl(fd, F_GETFL); \ + flags |= O_NONBLOCK; \ +@@ -860,6 +862,7 @@ + } + } + ++#ifndef USE_GETADDRINFO + #if defined(_ALLBSD_SOURCE) + + #if defined(LIBC_SCCS) && !defined(lint) +@@ -1069,4 +1072,4 @@ + #endif /* !defined(_REENTRANT) || !defined(DO_PTHREADS) */ + + #endif +-#endif /* USE_GETADDRINFO */ ++#endif /* !USE_GETADDRINFO */ |