Blame jdk8235833-posixplatform_cpp_should_not_include_sysctl_h.patch

e63e26c
diff --git a/src/jdk.incubator.jpackage/unix/native/libapplauncher/PosixPlatform.cpp b/src/jdk.incubator.jpackage/unix/native/libapplauncher/PosixPlatform.cpp
e63e26c
--- a/src/jdk.incubator.jpackage/unix/native/libapplauncher/PosixPlatform.cpp
e63e26c
+++ b/src/jdk.incubator.jpackage/unix/native/libapplauncher/PosixPlatform.cpp
e63e26c
@@ -33,7 +33,6 @@
e63e26c
 #include <stdbool.h>
e63e26c
 #include <sys/types.h>
e63e26c
 #include <unistd.h>
e63e26c
-#include <sys/sysctl.h>
e63e26c
 #include <sys/file.h>
e63e26c
 #include <sys/stat.h>
e63e26c
 #include <sys/wait.h>