aboutsummaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/java/io/natFileDescriptorPosix.cc2
2 files changed, 5 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index dde92df..347f39d 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-26 Tom Tromey <tromey@redhat.com>
+
+ * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
+ fcntl.h.
+
2002-07-24 Tom Tromey <tromey@redhat.com>
* java/lang/Runtime.java (loadLibrary): Pass `true' as search
diff --git a/libjava/java/io/natFileDescriptorPosix.cc b/libjava/java/io/natFileDescriptorPosix.cc
index fb11d62..9f4c7c3 100644
--- a/libjava/java/io/natFileDescriptorPosix.cc
+++ b/libjava/java/io/natFileDescriptorPosix.cc
@@ -17,8 +17,6 @@ details. */
#include <string.h>
#include <sys/stat.h>
#include <sys/param.h>
-#include <sys/socket.h>
-#include <fcntl.h>
#ifdef HAVE_SYS_IOCTL_H
#define BSD_COMP /* Get FIONREAD on Solaris2. */