summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/Linux/swap.c (renamed from components/swap.c)4
-rw-r--r--components/OpenBSD/swap.c0
2 files changed, 1 insertions, 3 deletions
diff --git a/components/swap.c b/components/Linux/swap.c
index f3bbeb2..bce9d5a 100644
--- a/components/swap.c
+++ b/components/Linux/swap.c
@@ -1,10 +1,9 @@
/* See LICENSE file for copyright and license details. */
-#if defined(__linux__)
#include <errno.h>
#include <stdio.h>
#include <string.h>
-#include "../util.h"
+#include "../../util.h"
const char *
swap_free(void)
@@ -135,4 +134,3 @@ swap_used(void)
return bprintf("%f", (float)(total - free - cached) / 1024 / 1024);
}
-#endif
diff --git a/components/OpenBSD/swap.c b/components/OpenBSD/swap.c
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/components/OpenBSD/swap.c