summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authormayurdahibhate <mayurdahibhate31@gmail.com>2021-04-29 23:43:36 +0530
committerBenBE <BenBE@geshi.org>2021-05-10 18:40:53 +0200
commit3f86a011e6804e2fc94c3dbc9c627d0f468d787a (patch)
tree7fa321ae418138203dc187fc8b218492695015d3 /solaris
parent1b74dfe1877676b914af6dcedd2d7578164aab47 (diff)
platform-dependent files included relative to main source directory
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Platform.h1
-rw-r--r--solaris/SolarisProcessList.c7
-rw-r--r--solaris/SolarisProcessList.h5
3 files changed, 7 insertions, 6 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 47fa3727..95a7ceb1 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -25,7 +25,6 @@ in the source distribution for its full text.
#include "NetworkIOMeter.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
-
#include "generic/gettime.h"
#include "generic/hostname.h"
#include "generic/uname.h"
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index 5e160540..5e7e66ee 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -6,9 +6,8 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "ProcessList.h"
-#include "SolarisProcess.h"
-#include "SolarisProcessList.h"
+
+#include "solaris/SolarisProcessList.h"
#include <unistd.h>
#include <stdlib.h>
@@ -23,6 +22,8 @@ in the source distribution for its full text.
#include <time.h>
#include "CRT.h"
+#include "solaris/ProcessList.h"
+#include "solaris/SolarisProcess.h"
#define MAXCMDLINE 255
diff --git a/solaris/SolarisProcessList.h b/solaris/SolarisProcessList.h
index 78362b65..90d893c8 100644
--- a/solaris/SolarisProcessList.h
+++ b/solaris/SolarisProcessList.h
@@ -13,8 +13,6 @@ in the source distribution for its full text.
#define GZONE "global "
#define UZONE "unknown "
-#include "zfs/ZfsArcStats.h"
-
#include <kstat.h>
#include <sys/param.h>
#include <sys/uio.h>
@@ -23,6 +21,9 @@ in the source distribution for its full text.
#include <sys/sysinfo.h>
#include <sys/swap.h>
+#include "zfs/ZfsArcStats.h"
+
+
#define ZONE_ERRMSGLEN 1024
extern char zone_errmsg[ZONE_ERRMSGLEN];

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