diff options
| author | Roland McGrath | 1993-08-02 20:48:12 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-08-02 20:48:12 +0000 |
| commit | f870f3fefd2ec2b2ace0e188ad58d2c7703b9279 (patch) | |
| tree | 55566e2d3e92bb5fbf6729b10499df4feac7dcaa | |
| parent | 522f921699daf6b03cbefdcd79597d54c1315ee6 (diff) | |
| download | emacs-f870f3fefd2ec2b2ace0e188ad58d2c7703b9279.tar.gz emacs-f870f3fefd2ec2b2ace0e188ad58d2c7703b9279.zip | |
*** empty log message ***
| -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 @@ | |||
| 197 | 197 | ||
| 198 | #endif /* No LOAD_AVE_TYPE. */ | 198 | #endif /* No LOAD_AVE_TYPE. */ |
| 199 | 199 | ||
| 200 | #ifdef OSF_ALPHA | ||
| 201 | /* <sys/param.h> defines an incorrect value for FSCALE on Alpha OSF/1, | ||
| 202 | according to ghazi@noc.rutgers.edu. */ | ||
| 203 | #undef FSCALE | ||
| 204 | #define FSCALE 1024.0 | ||
| 205 | #endif | ||
| 206 | |||
| 207 | |||
| 200 | #ifndef FSCALE | 208 | #ifndef FSCALE |
| 201 | 209 | ||
| 202 | /* SunOS and some others define FSCALE in sys/param.h. */ | 210 | /* SunOS and some others define FSCALE in sys/param.h. */ |