mirror of https://github.com/xzeldon/htop.git
parent
32414dace7
commit
364e4e692f
|
@ -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;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue