mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
- 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>
7 lines
230 B
C++
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;
|
|
|