diff options
author | Roland McGrath <roland@gnu.org> | 1993-08-02 20:48:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-08-02 20:48:12 +0000 |
commit | f870f3fefd2ec2b2ace0e188ad58d2c7703b9279 (patch) | |
tree | 55566e2d3e92bb5fbf6729b10499df4feac7dcaa /src/getloadavg.c | |
parent | 522f921699daf6b03cbefdcd79597d54c1315ee6 (diff) | |
download | emacs-f870f3fefd2ec2b2ace0e188ad58d2c7703b9279.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r-- | src/getloadavg.c | 8 |
1 files changed, 8 insertions, 0 deletions
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 +/* <sys/param.h> 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. */ |