diff --git a/solaris/Platform.c b/solaris/Platform.c index ff0e39c9f7dba38d5e982ab1954d5b7bff733479..ebcd2a28e6e7bdff4d231d9c6d632ca336e73621 100644 --- a/solaris/Platform.c +++ b/solaris/Platform.c @@ -213,5 +213,5 @@ void Platform_setSwapValues(Meter* this) { char* Platform_getProcessEnv(pid_t pid) { (void) pid; - return NULL; + return "Not (yet) supported on Solaris. Sorry!"; }