# HG changeset patch # User stuefe # Date 1444224595 -7200 # Node ID b606aa2b32d18526132f898c6644beeaf3e53c6e # Parent 2701a9854bb5d104a3d6f1c71e4e70b0e07fe324 8139037: [aix] Crash in ResolverConfigurationImpl.c - pointer shearing Reviewed-by: goetz, simonis diff -r 2701a9854bb5 -r b606aa2b32d1 jdk/src/java.base/unix/native/libnet/ResolverConfigurationImpl.c --- a/jdk/src/java.base/unix/native/libnet/ResolverConfigurationImpl.c Thu Oct 22 21:44:39 2015 -0700 +++ b/jdk/src/java.base/unix/native/libnet/ResolverConfigurationImpl.c Wed Oct 07 15:29:55 2015 +0200 @@ -30,12 +30,9 @@ #ifdef __solaris__ #include -#include #endif -#if defined(__linux__) || defined(_ALLBSD_SOURCE) #include -#endif #include "jni.h"