From cd80f609e6347efeba72a21528a79e19655298b7 Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 28 Feb 2005 03:29:57 +0000 Subject: [PATCH] more MIPS crud --- NEWS | 4 ++++ proc/procps.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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