summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--solaris/SolarisProcessList.c3
-rw-r--r--solaris/SolarisProcessList.h6
2 files changed, 2 insertions, 7 deletions
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index edf6a426..716436e7 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -26,7 +26,8 @@ in the source distribution for its full text.
#include "solaris/SolarisProcess.h"
-#define MAXCMDLINE 255
+#define GZONE "global "
+#define UZONE "unknown "
static int pageSize;
static int pageSizeKB;
diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h
index bad2c73e..c262ba4c 100644
--- a/solaris/SolarisProcessList.h
+++ b/solaris/SolarisProcessList.h
@@ -8,12 +8,6 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#define MAXCMDLINE 255
-
-#define GZONE "global "
-#define UZONE "unknown "
-
-
#include "config.h" // IWYU pragma: keep
#include <kstat.h>