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.
21 lines
535 B
21 lines
535 B
3 years ago
|
--- openjdk/jdk/src/solaris/native/java/net/PlainDatagramSocketImpl.c.orig
|
||
4 years ago
|
+++ 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>
|
||
|
|
||
3 years ago
|
--- openjdk/jdk/src/solaris/native/java/net/PlainSocketImpl.c.orig
|
||
4 years ago
|
+++ 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"
|