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
This commit is contained in:
Tom Tromey 2002-07-26 18:33:44 +00:00 committed by Tom Tromey
parent b41f25cf92
commit 8a7f132d3d
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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. */