mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
a8238d9d4d
- 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>
14 lines
345 B
C
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);
|