Mercurial > emacs
changeset 4422:e51a7e8fffe2
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 02 Aug 1993 20:48:12 +0000 |
parents | 95bb7e28d761 |
children | 53f7c5b30816 |
files | src/getloadavg.c |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getloadavg.c Mon Aug 02 19:11:20 1993 +0000 +++ b/src/getloadavg.c Mon Aug 02 20:48:12 1993 +0000 @@ -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. */