From: Roland McGrath Date: Mon, 2 Aug 1993 20:48:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~11429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f870f3fefd2ec2b2ace0e188ad58d2c7703b9279;p=emacs.git *** empty log message *** --- diff --git a/src/getloadavg.c b/src/getloadavg.c index 2d795db4521..3e4a1d41288 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -197,6 +197,14 @@ #endif /* No LOAD_AVE_TYPE. */ +#ifdef OSF_ALPHA +/* defines an incorrect value for FSCALE on Alpha OSF/1, + according to ghazi@noc.rutgers.edu. */ +#undef FSCALE +#define FSCALE 1024.0 +#endif + + #ifndef FSCALE /* SunOS and some others define FSCALE in sys/param.h. */