diff options
author | Roland McGrath <roland@redhat.com> | 1993-07-26 17:37:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-07-26 17:37:11 +0000 |
commit | 245d0b3772c2371e64049d3b133dfab14de71822 (patch) | |
tree | b94547c7547c857075483fd7a8610fddd0fdc715 /getloadavg.c | |
parent | 96fb58e4018d252c334e2b5c46769a1f79ffcc53 (diff) | |
download | gunmake-245d0b3772c2371e64049d3b133dfab14de71822.tar.gz |
*** empty log message ***
Diffstat (limited to 'getloadavg.c')
-rw-r--r-- | getloadavg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/getloadavg.c b/getloadavg.c index 8dba8a1..db1f715 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -203,6 +203,9 @@ #endif #if defined (sgi) || defined (sequent) +/* Sometimes both MIPS and sgi are defined, so FSCALE was just defined + above under #ifdef MIPS. But we want the sgi value. */ +#undef FSCALE #define FSCALE 1000.0 #endif |