aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xosview/files/patch-kernel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview/files/patch-kernel.cc')
-rw-r--r--sysutils/xosview/files/patch-kernel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xosview/files/patch-kernel.cc b/sysutils/xosview/files/patch-kernel.cc
index d3c6b04fe453..9d2909e3d4a7 100644
--- a/sysutils/xosview/files/patch-kernel.cc
+++ b/sysutils/xosview/files/patch-kernel.cc
@@ -26,7 +26,7 @@
void
-BSDGetSwapCtlInfo(int *totalp, int *freep) {
-+BSDGetSwapCtlInfo(long *totalp, long *freep) {
++BSDGetSwapCtlInfo(int64_t *totalp, int64_t *freep) {
int totalinuse, totalsize;
int rnswap, nswap = swapctl(SWAP_NSWAP, 0, 0);
struct swapent *swapiter;