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.
28 lines
648 B
28 lines
648 B
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>
|
||
|
|
||
|
+++ 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"
|
||
|
+++ openjdk/jdk/make/tools/freetypecheck/Makefile
|
||
|
@@ -64,7 +64,6 @@ FT_LD_OPTIONS += $(LFLAGS_$(COMPILER_VER
|
||
|
|
||
|
# Create test program
|
||
|
all: $(FT_TEST)
|
||
|
- $(FT_TEST)
|
||
|
|
||
|
# On windows we need to copy dll to test dir to ensure it will be found
|
||
|
# at runtime
|