freebsd-ports/sysutils/xosview/files/patch-swapmeter.cc
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

7 lines
230 B
C++

--- bsd/swapmeter.cc.orig Tue Aug 21 10:52:35 2001
+++ bsd/swapmeter.cc Tue Aug 21 10:53:02 2001
@@ -76,3 +76,3 @@
void SwapMeter::getswapinfo( void ){
- unsigned long long total_int, free_int;
+ int64_t total_int, free_int;