summaryrefslogtreecommitdiffstats
path: root/netbsd/NetBSDProcessList.c
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/NetBSDProcessList.c
parent9b6cecfedee33e6632897d21e9c85b6dffba3c08 (diff)
Fix include paths and minor whitespace issues
Diffstat (limited to 'netbsd/NetBSDProcessList.c')
-rw-r--r--netbsd/NetBSDProcessList.c5
1 files changed, 3 insertions, 2 deletions
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;

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