projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47daa67
)
Test `__unix' along with `unix'.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 1997 21:35:43 +0000
(21:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Jul 1997 21:35:43 +0000
(21:35 +0000)
getloadavg.c
patch
|
blob
|
history
diff --git
a/getloadavg.c
b/getloadavg.c
index 52958d4d53f145355d8feeadba3d2f5072f15b89..adc4befeb9422bb5ce5a7a1f9c8dd555fe04a17b 100644
(file)
--- a/
getloadavg.c
+++ b/
getloadavg.c
@@
-81,7
+81,7
@@
/* Both the Emacs and non-Emacs sections want this. Some
configuration files' definitions for the LOAD_AVE_CVT macro (like
sparc.h's) use macros like FSCALE, defined here. */
-#if
def unix
+#if
defined (unix) || defined (__unix)
# include <sys/param.h>
#endif