freebsd-ports/sysutils/xosview/files/patch-swapmeter.cc
2001-08-22 22:22:06 +00:00

7 lines
215 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 ){
- int total_int, free_int;
+ int64_t total_int, free_int;