diff --git a/NEWS b/NEWS index f3abe499..ed14c574 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +procps-3.2.5 --> procps-3.2.6 + +more MIPS crud -- thanks Jim Gifford and Ryan Oliver + procps-3.2.4 --> procps-3.2.5 display problem on 64-bit systems fixed #287947 diff --git a/proc/procps.h b/proc/procps.h index 0aa49486..a70e9257 100644 --- a/proc/procps.h +++ b/proc/procps.h @@ -31,7 +31,7 @@ // // Unknown: PA-RISC and zSeries // -#if defined(k64test) || defined(_ABIN32) +#if defined(k64test) || (defined(_ABIN32) && _MIPS_SIM == _ABIN32) #define KLONG long long // not typedef; want "unsigned KLONG" to work #define KLF "L" #define STRTOUKL strtoull