diff options
| author | Roland McGrath <roland@redhat.com> | 1993-07-27 00:37:13 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@redhat.com> | 1993-07-27 00:37:13 +0000 |
| commit | 9f33e6cdcba9895d70eff93f08800feea76f002e (patch) | |
| tree | 32d78848b93defbc968f835c26ca47b638fdd8c7 | |
| parent | 16777bbe0ff1b16ef09a6a80ac6ca2d76656b379 (diff) | |
| download | gunmake-9f33e6cdcba9895d70eff93f08800feea76f002e.tar.gz | |
*** empty log message ***
| -rw-r--r-- | getloadavg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getloadavg.c b/getloadavg.c index db1f715..397fc46 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -124,7 +124,7 @@ #define SUNOS_5 #endif -#if defined (__osf__) && defined (__alpha__) +#if defined (__osf__) && (defined (__alpha) || defined (__alpha__)) #define OSF_ALPHA #endif |
