Possible bug in NIO2 patches
Michael Franz
mvfranz at gmail.com
Mon Mar 9 20:06:19 PDT 2009
Hi,
while investigating the nio2 patches I noticed that there is a mistake (I
think) in the patches to nio/Makefile. There are new java classes added to
a section but the continuation character was not added. Below is the
correction.
Michael
--- icedtea-nio2.patch.orig 2009-03-09 23:01:28.000000000 -0400
+++ icedtea-nio2.patch 2009-03-09 23:03:19.000000000 -0400
@@ -321,7 +321,7 @@
+ sun/nio/ch/WindowsAsynchronousFileChannelImpl.java \
+ sun/nio/ch/WindowsAsynchronousServerSocketChannelImpl.java \
+ sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java \
- sun/nio/ch/WindowsSelectorImpl.java
+ sun/nio/ch/WindowsSelectorImpl.java \
+ sun/nio/fs/WindowsNativeDispatcher.java \
+ sun/nio/fs/RegistryFileTypeDetector.java
endif # PLATFORM = windows
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090309/6abe83b6/attachment.html
More information about the distro-pkg-dev
mailing list