From 780557511438d15f11ebe1814f936fbaa5c05751 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Sat, 5 Sep 2020 15:34:27 +1000 Subject: fix for double symbol link error on solaris --- solaris/SolarisProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h index 06c1330e..97d5dc60 100644 --- a/solaris/SolarisProcessList.h +++ b/solaris/SolarisProcessList.h @@ -26,7 +26,7 @@ in the source distribution for its full text. #include #define ZONE_ERRMSGLEN 1024 -char zone_errmsg[ZONE_ERRMSGLEN]; +extern char zone_errmsg[ZONE_ERRMSGLEN]; typedef struct CPUData_ { double userPercent; -- cgit v1.2.3