diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-09-27 00:18:41 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-09-27 00:18:41 +0000 |
commit | bedc8d0abccbed8a58e47241efef331e11201cce (patch) | |
tree | 6c0aa63cad3e56d8c3e262adac2ddbf14063849e /java/openjdk6/files/patch-test | |
parent | - Update to 0.9.4 (diff) |
Tidy up patches. No functional change.
Notes
Notes:
svn path=/head/; revision=304940
Diffstat (limited to '')
-rw-r--r-- | java/openjdk6/files/patch-test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/openjdk6/files/patch-test b/java/openjdk6/files/patch-test index 6a803ba8d970..0824417df8ec 100644 --- a/java/openjdk6/files/patch-test +++ b/java/openjdk6/files/patch-test @@ -130,15 +130,6 @@ sc.socket().shutdownInput(); --- jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c 2012-05-01 17:18:45.000000000 -0400 +++ jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/Launcher.c 2012-09-26 19:07:59.000000000 -0400 -@@ -123,7 +123,7 @@ - - /* - * We need to close all file descriptors except for serviceFd. To -- * get the list of open file descriptos we read through /proc/self/fd -+ * get the list of open file descriptos we read through /dev/fd - * but to open this requires a file descriptor. We could use a specific - * file descriptor and fdopendir but Linux doesn't seem to support - * fdopendir. Instead we use opendir and make an assumption on the @@ -135,7 +135,7 @@ } close(thisFd); |