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:
parent
b41f25cf92
commit
8a7f132d3d
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user