move java.net.PlainDatagramSocketImpl to posix-only openjdk-headers-classes

This class is not present in the Windows build of OpenJDK 6u20.
This commit is contained in:
Joel Dice 2011-02-14 18:53:47 -07:00
parent 468edb97d2
commit 2f727dc3ce

View File

@ -98,7 +98,6 @@ openjdk-headers-classes = \
java.net.Inet6AddressImpl \
java.net.NetworkInterface \
java.net.PlainSocketImpl \
java.net.PlainDatagramSocketImpl \
java.net.SocketInputStream \
java.net.SocketOutputStream \
java.nio.MappedByteBuffer \
@ -280,6 +279,7 @@ else
endif
openjdk-headers-classes += \
java.net.PlainDatagramSocketImpl \
java.io.UnixFileSystem \
sun.nio.ch.InheritedChannel \
sun.nio.ch.EPollArrayWrapper \