mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +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>
|
||||
|
||||
#define ZONE_ERRMSGLEN 1024
|
||||
char zone_errmsg[ZONE_ERRMSGLEN];
|
||||
extern char zone_errmsg[ZONE_ERRMSGLEN];
|
||||
|
||||
typedef struct CPUData_ {
|
||||
double userPercent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user