mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
negative swap values on an Alpha with 2GB swap. I should probably use `long long' for large swap x86 machines. (anybody want to help test?)
7 lines
212 B
C++
7 lines
212 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;
|
|
+ long total_int, free_int;
|
|
|