summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-04 19:34:03 +0200
committerBenny Baumann <BenBE@geshi.org>2021-07-04 19:34:03 +0200
commit364e4e692feebc268b0dbadf82cb4745e664e3b2 (patch)
tree8c0a8e9862656b38f3b49fa793d9385d8767c0a7 /solaris
parent32414dace7e6b81fed93de802c8c3d68ef846c9a (diff)
Reduce visibility of GZONE and UZONE
Fixes #624
Diffstat (limited to 'solaris')
-rw-r--r--solaris/SolarisProcessList.c3
-rw-r--r--solaris/SolarisProcessList.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index 1e9c2d88..716436e7 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -26,6 +26,9 @@ in the source distribution for its full text.
#include "solaris/SolarisProcess.h"
+#define GZONE "global "
+#define UZONE "unknown "
+
static int pageSize;
static int pageSizeKB;
diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h
index 684e782f..c262ba4c 100644
--- a/solaris/SolarisProcessList.h
+++ b/solaris/SolarisProcessList.h
@@ -8,10 +8,6 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#define GZONE "global "
-#define UZONE "unknown "
-
-
#include "config.h" // IWYU pragma: keep
#include <kstat.h>

© 2014-2024 Faster IT GmbH | imprint | privacy policy