summaryrefslogtreecommitdiff
path: root/src/getloadavg.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-07-26 17:37:11 +0000
committerRoland McGrath <roland@gnu.org>1993-07-26 17:37:11 +0000
commit934d56b7f1211b6e0053e55149feb53bbbba3bf9 (patch)
tree60bcd6c0e6ff8f66e104b0bf44e2fe77c81efe3a /src/getloadavg.c
parentfcadf1c77d05374e6a8f0dc46cca077086e8a939 (diff)
downloademacs-934d56b7f1211b6e0053e55149feb53bbbba3bf9.tar.gz
*** empty log message ***
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r--src/getloadavg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index 8dba8a181f3..db1f7158a90 100644
--- a/src/getloadavg.c
+++ b/src/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