From 364e4e692feebc268b0dbadf82cb4745e664e3b2 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 4 Jul 2021 19:34:03 +0200 Subject: Reduce visibility of GZONE and UZONE Fixes #624 --- solaris/SolarisProcessList.c | 3 +++ solaris/SolarisProcessList.h | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'solaris') 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 -- cgit v1.2.3