more MIPS crud

This commit is contained in:
albert 2005-02-28 03:29:57 +00:00
parent f9d99085e7
commit cd80f609e6
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -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

View File

@ -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