mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 02:47:07 +03:00
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…
x
Reference in New Issue
Block a user