Commit 8a7f132d by Tom Tromey Committed by Tom Tromey

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
parent b41f25cf
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment