[openjdk-8] 03/05: Removed enumipv6-fix.patch (fixed upstream)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Mar 29 23:30:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit 51e21040ffcbbc0a31eaaccbd7d7c4acd9f3164a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Mar 29 23:36:32 2014 +0100

    Removed enumipv6-fix.patch (fixed upstream)
---
 debian/patches/enumipv6-fix.patch | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/debian/patches/enumipv6-fix.patch b/debian/patches/enumipv6-fix.patch
deleted file mode 100644
index 82f73c5..0000000
--- a/debian/patches/enumipv6-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openjdk/jdk/src/solaris/native/java/net/NetworkInterface.c~	2012-02-15 09:26:50.000000000 +0100
-+++ openjdk/jdk/src/solaris/native/java/net/NetworkInterface.c	2012-02-26 14:13:22.602107361 +0100
-@@ -1105,7 +1105,7 @@
-     uint8_t ipv6addr[16];
- 
-     if ((f = fopen(_PATH_PROCNET_IFINET6, "r")) != NULL) {
--        while (fscanf(f, "%4s%4s%4s%4s%4s%4s%4s%4s %02x %02x %02x %02x %20s\n",
-+        while (fscanf(f, "%4s%4s%4s%4s%4s%4s%4s%4s %x %x %x %x %20s\n",
-                          addr6p[0], addr6p[1], addr6p[2], addr6p[3], addr6p[4], addr6p[5], addr6p[6], addr6p[7],
-                          &if_idx, &plen, &scope, &dad_status, devname) != EOF) {
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list