fix for double symbol link error on solaris

This commit is contained in:
Dominik Hassler 2020-09-05 15:34:27 +10:00 committed by Stephen Gregoratto
parent f884beda97
commit 7805575114
1 changed files with 1 additions and 1 deletions

View File

@ -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;