diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-08-25 20:28:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-08-25 20:28:47 +0000 |
commit | c1c56f1796a36c9482cdead8e9c9fa56f4f26fc8 (patch) | |
tree | a2c783d84f462c6ac8a70b1b78ecea4aabae6ecd /java/openjdk11/files | |
parent | Add support for powerpc64 (diff) |
Add support for powerpc64
PR: 237208
Notes
Notes:
svn path=/head/; revision=509855
Diffstat (limited to 'java/openjdk11/files')
-rw-r--r-- | java/openjdk11/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/openjdk11/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c b/java/openjdk11/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c new file mode 100644 index 000000000000..545081d1f3f0 --- /dev/null +++ b/java/openjdk11/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c @@ -0,0 +1,12 @@ +--- src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c ++++ src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c +@@ -27,8 +27,8 @@ + #include <stdlib.h> + #include <string.h> + #include <errno.h> +-#include <sys/sysctl.h> + #include <sys/types.h> ++#include <sys/sysctl.h> + #include <sys/wait.h> + #include <sys/ptrace.h> + #include <sys/param.h> |