summaryrefslogtreecommitdiffstats
path: root/netbsd
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2021-04-24 09:50:51 +0530
committerBenBE <BenBE@geshi.org>2021-06-26 12:18:37 +0200
commit497f468ed085341ad93e124f20f119cb4836bb80 (patch)
tree502867d5cdbfaa9a1c15cd541fd0fda64916a90f /netbsd
parent9b6cecfedee33e6632897d21e9c85b6dffba3c08 (diff)
Fix include paths and minor whitespace issues
Diffstat (limited to 'netbsd')
-rw-r--r--netbsd/NetBSDProcess.c2
-rw-r--r--netbsd/NetBSDProcessList.c5
-rw-r--r--netbsd/Platform.c6
3 files changed, 7 insertions, 6 deletions
diff --git a/netbsd/NetBSDProcess.c b/netbsd/NetBSDProcess.c
index 53fdb3de..a6a4d229 100644
--- a/netbsd/NetBSDProcess.c
+++ b/netbsd/NetBSDProcess.c
@@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "NetBSDProcess.h"
+#include "netbsd/NetBSDProcess.h"
#include <stdlib.h>
diff --git a/netbsd/NetBSDProcessList.c b/netbsd/NetBSDProcessList.c
index e6a0e6b1..f539cb61 100644
--- a/netbsd/NetBSDProcessList.c
+++ b/netbsd/NetBSDProcessList.c
@@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "NetBSDProcessList.h"
+#include "netbsd/NetBSDProcessList.h"
#include <kvm.h>
#include <limits.h>
@@ -27,12 +27,13 @@ in the source distribution for its full text.
#include "CRT.h"
#include "Macros.h"
#include "Object.h"
-#include "NetBSDProcess.h"
+#include "netbsd/NetBSDProcess.h"
#include "Process.h"
#include "ProcessList.h"
#include "Settings.h"
#include "XUtils.h"
+
static long fscale;
static int pageSize;
static int pageSizeKB;
diff --git a/netbsd/Platform.c b/netbsd/Platform.c
index ef70631d..480d2b22 100644
--- a/netbsd/Platform.c
+++ b/netbsd/Platform.c
@@ -8,7 +8,7 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "Platform.h"
+#include "netbsd/Platform.h"
#include <errno.h>
#include <kvm.h>
@@ -31,8 +31,8 @@ in the source distribution for its full text.
#include "Macros.h"
#include "MemoryMeter.h"
#include "Meter.h"
-#include "NetBSDProcess.h"
-#include "NetBSDProcessList.h"
+#include "netbsd/NetBSDProcess.h"
+#include "netbsd/NetBSDProcessList.h"
#include "ProcessList.h"
#include "Settings.h"
#include "SignalsPanel.h"

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