View | Details | Raw Unified | Return to bug 239368 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-hotspot_agent_src_os_bsd_ps__proc.c (+12 lines)
Line 0 Link Here
1
--- hotspot/agent/src/os/bsd/ps_proc.c.orig	2019-07-21 20:24:28 UTC
2
+++ hotspot/agent/src/os/bsd/ps_proc.c
3
@@ -27,8 +27,8 @@
4
 #include <stdlib.h>
5
 #include <string.h>
6
 #include <errno.h>
7
-#include <sys/sysctl.h>
8
 #include <sys/types.h>
9
+#include <sys/sysctl.h>
10
 #include <sys/wait.h>
11
 #include <sys/ptrace.h>
12
 #include <sys/param.h>

Return to bug 239368