summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Hassler <hadfl@omniosce.org>2020-09-05 15:34:27 +1000
committerStephen Gregoratto <dev@sgregoratto.me>2020-09-05 15:34:27 +1000
commit780557511438d15f11ebe1814f936fbaa5c05751 (patch)
treef59df397b12de00d66433bafa25b66d6eb480c1b
parentf884beda97ee5dd45727dfa756c64b4f0d8c5b5c (diff)
fix for double symbol link error on solaris
-rw-r--r--solaris/SolarisProcessList.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/swap.h>
#define ZONE_ERRMSGLEN 1024
-char zone_errmsg[ZONE_ERRMSGLEN];
+extern char zone_errmsg[ZONE_ERRMSGLEN];
typedef struct CPUData_ {
double userPercent;

© 2014-2024 Faster IT GmbH | imprint | privacy policy