summaryrefslogtreecommitdiff
path: root/getloadavg.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-07-26 17:37:11 +0000
committerRoland McGrath <roland@redhat.com>1993-07-26 17:37:11 +0000
commit245d0b3772c2371e64049d3b133dfab14de71822 (patch)
treeb94547c7547c857075483fd7a8610fddd0fdc715 /getloadavg.c
parent96fb58e4018d252c334e2b5c46769a1f79ffcc53 (diff)
downloadgunmake-245d0b3772c2371e64049d3b133dfab14de71822.tar.gz
*** empty log message ***
Diffstat (limited to 'getloadavg.c')
-rw-r--r--getloadavg.c3
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