From: Tom Tromey Date: Fri, 26 Jul 2002 18:33:44 +0000 (+0000) Subject: natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. X-Git-Tag: releases/gcc-3.3.0~3616 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a7f132d3dc5c2c543b5f9fb7fa098b0208c6474;p=thirdparty%2Fgcc.git natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. From-SVN: r55780 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index dde92df3e611..347f39d7f960 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2002-07-26 Tom Tromey + + * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or + fcntl.h. + 2002-07-24 Tom Tromey * java/lang/Runtime.java (loadLibrary): Pass `true' as search diff --git a/libjava/java/io/natFileDescriptorPosix.cc b/libjava/java/io/natFileDescriptorPosix.cc index fb11d6262d1f..9f4c7c3cb1dc 100644 --- a/libjava/java/io/natFileDescriptorPosix.cc +++ b/libjava/java/io/natFileDescriptorPosix.cc @@ -17,8 +17,6 @@ details. */ #include #include #include -#include -#include #ifdef HAVE_SYS_IOCTL_H #define BSD_COMP /* Get FIONREAD on Solaris2. */