mirror of https://github.com/xzeldon/htop.git
fix for double symbol link error on solaris
This commit is contained in:
parent
f884beda97
commit
7805575114
|
@ -26,7 +26,7 @@ in the source distribution for its full text.
|
||||||
#include <sys/swap.h>
|
#include <sys/swap.h>
|
||||||
|
|
||||||
#define ZONE_ERRMSGLEN 1024
|
#define ZONE_ERRMSGLEN 1024
|
||||||
char zone_errmsg[ZONE_ERRMSGLEN];
|
extern char zone_errmsg[ZONE_ERRMSGLEN];
|
||||||
|
|
||||||
typedef struct CPUData_ {
|
typedef struct CPUData_ {
|
||||||
double userPercent;
|
double userPercent;
|
||||||
|
|
Loading…
Reference in New Issue