diff options
Diffstat (limited to 'sysutils/xosview/files/patch-swapinternal.h')
-rw-r--r-- | sysutils/xosview/files/patch-swapinternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xosview/files/patch-swapinternal.h b/sysutils/xosview/files/patch-swapinternal.h index 18334202b0cd..03be8258598d 100644 --- a/sysutils/xosview/files/patch-swapinternal.h +++ b/sysutils/xosview/files/patch-swapinternal.h @@ -6,6 +6,7 @@ void -BSDGetSwapInfo(int* total, int* free); +BSDGetSwapInfo(int64_t* total, int64_t* free); + #endif void -BSDGetSwapCtlInfo(int* total, int* free); |