1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-08 12:07:08 +03:00

Solaris: add placeholder message about environment listing

This commit is contained in:
Guy M. Broome 2018-03-28 16:43:39 -04:00 committed by Hisham Muhammad
parent 1ae7625c42
commit 155d7cbeee

@ -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!";
}