more MIPS crud
This commit is contained in:
parent
f9d99085e7
commit
cd80f609e6
4
NEWS
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user