src/os/solaris/vm/jvm_solaris.h

changeset 3344
11c26bfcf8c7
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
child 7624
6a4b9e574124
     1.1 --- a/src/os/solaris/vm/jvm_solaris.h	Mon Dec 19 21:38:51 2011 -0800
     1.2 +++ b/src/os/solaris/vm/jvm_solaris.h	Wed Dec 21 15:48:16 2011 -0500
     1.3 @@ -33,7 +33,6 @@
     1.4  // All local includes have been commented out.
     1.5  */
     1.6  
     1.7 -
     1.8  #ifndef JVM_MD_H
     1.9  #define JVM_MD_H
    1.10  
    1.11 @@ -44,6 +43,7 @@
    1.12  
    1.13  #include <dirent.h>             /* For DIR */
    1.14  #include <sys/param.h>          /* For MAXPATHLEN */
    1.15 +#include <sys/socket.h>         /* For socklen_t */
    1.16  #include <unistd.h>             /* For F_OK, R_OK, W_OK */
    1.17  #include <sys/int_types.h>      /* for intptr_t types (64 Bit cleanliness) */
    1.18  
    1.19 @@ -82,7 +82,6 @@
    1.20  #define JVM_O_EXCL       O_EXCL
    1.21  #define JVM_O_CREAT      O_CREAT
    1.22  
    1.23 -
    1.24  /* Signal definitions */
    1.25  
    1.26  #define BREAK_SIGNAL     SIGQUIT           /* Thread dumping support.    */

mercurial