Merge branch 'solaris-define-fixes' of BenBE/htop

Tested on OmniOS v11 r151036
This commit is contained in:
Daniel Lange 2021-07-05 07:51:39 +02:00
commit 3da142b4b6
2 changed files with 2 additions and 7 deletions

View File

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

View File

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