Reduce visibility of GZONE and UZONE

Fixes #624
This commit is contained in:
Benny Baumann 2021-07-04 19:34:03 +02:00
parent 32414dace7
commit 364e4e692f
2 changed files with 3 additions and 4 deletions

View File

@ -26,6 +26,9 @@ in the source distribution for its full text.
#include "solaris/SolarisProcess.h" #include "solaris/SolarisProcess.h"
#define GZONE "global "
#define UZONE "unknown "
static int pageSize; static int pageSize;
static int pageSizeKB; static int pageSizeKB;

View File

@ -8,10 +8,6 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text. in the source distribution for its full text.
*/ */
#define GZONE "global "
#define UZONE "unknown "
#include "config.h" // IWYU pragma: keep #include "config.h" // IWYU pragma: keep
#include <kstat.h> #include <kstat.h>