summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-07 16:08:43 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-07 16:10:05 +0100
commitd800d7a3cef989e47778c0a18b623a44e299c9f3 (patch)
tree8494874f4ec6f5799fc4b63122733661594a45d6 /solaris
parent27db9297b77c7dd1cb48f334fded7f3c21d5730c (diff)
Drop usage of formatted error messages from <err.h>
They do not clean up the ncurses environment, leaving the terminal in a broken state. Also drop bare usage of exit(3).
Diffstat (limited to 'solaris')
-rw-r--r--solaris/SolarisProcessList.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index 41554b99..2ba23ac5 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -14,7 +14,6 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <sys/types.h>
#include <sys/user.h>
-#include <err.h>
#include <limits.h>
#include <string.h>
#include <procfs.h>

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