*** empty log message ***
authorRoland McGrath <roland@gnu.org>
Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)
src/getloadavg.c

index 8dba8a1..db1f715 100644 (file)
 #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