1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/xosview/files/patch-swapinternal.h
Cheng-Lung Sung a8238d9d4d - Update to 1.8.2
- Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply exiting/crashing

PR:		79338
Submitted by:	Ulrich Spoerlein <q AT uni dot de>
2005-07-13 03:48:32 +00:00

14 lines
345 B
C

--- bsd/swapinternal.h.orig Wed Feb 11 21:04:07 1998
+++ bsd/swapinternal.h Tue Aug 21 10:51:00 2001
@@ -12,7 +12,7 @@
BSDInitSwapInfo();
void
-BSDGetSwapInfo(int* total, int* free);
+BSDGetSwapInfo(int64_t* total, int64_t* free);
#endif
void
-BSDGetSwapCtlInfo(int* total, int* free);
+BSDGetSwapCtlInfo(int64_t* total, int64_t* free);