hotspot/src/os/linux/vm/jvm_linux.h
changeset 11256 025cd1741566
parent 7397 5b173b4ca846
child 33732 2a47b89db4ec
--- a/hotspot/src/os/linux/vm/jvm_linux.h	Mon Dec 19 21:38:51 2011 -0800
+++ b/hotspot/src/os/linux/vm/jvm_linux.h	Wed Dec 21 15:48:16 2011 -0500
@@ -33,7 +33,6 @@
 // All local includes have been commented out.
 */
 
-
 #ifndef JVM_MD_H
 #define JVM_MD_H
 
@@ -44,6 +43,7 @@
 
 #include <dirent.h>             /* For DIR */
 #include <sys/param.h>          /* For MAXPATHLEN */
+#include <sys/socket.h>         /* For socklen_t */
 #include <unistd.h>             /* For F_OK, R_OK, W_OK */
 
 #define JNI_ONLOAD_SYMBOLS      {"JNI_OnLoad"}
@@ -95,8 +95,4 @@
 
 #endif /* JVM_MD_H */
 
-// Reconciliation History
-// jvm_solaris.h        1.6 99/06/22 16:38:47
-// End
-
 #endif // OS_LINUX_VM_JVM_LINUX_H