mirror of https://github.com/xzeldon/htop.git
Merge branch 'solaris-define-fixes' of BenBE/htop
Tested on OmniOS v11 r151036
This commit is contained in:
commit
3da142b4b6
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue