You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
535 B
20 lines
535 B
--- openjdk/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c.orig
|
|
+++ openjdk/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c
|
|
@@ -41,7 +41,6 @@
|
|
#endif
|
|
#ifdef __linux__
|
|
#include <unistd.h>
|
|
-#include <sys/sysctl.h>
|
|
#include <sys/utsname.h>
|
|
#include <netinet/ip.h>
|
|
|
|
--- openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c.orig
|
|
+++ openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c
|
|
@@ -43,7 +43,6 @@
|
|
#endif
|
|
#ifdef __linux__
|
|
#include <unistd.h>
|
|
-#include <sys/sysctl.h>
|
|
#endif
|
|
|
|
#include "jvm.h"
|
|
|