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:
b14b167
)
[SOLARIS2]: Define SUNOS_5.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 28 May 1996 00:17:16 +0000
(
00:17
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 28 May 1996 00:17:16 +0000
(
00:17
+0000)
getloadavg.c
patch
|
blob
|
history
diff --git
a/getloadavg.c
b/getloadavg.c
index 1fe78bd95ff3830a8d0b3b9735daa4298742cea1..1285408b875538f8195160d9c715b52d728a73a7 100644
(file)
--- a/
getloadavg.c
+++ b/
getloadavg.c
@@
-141,7
+141,7
@@
extern int errno;
#define decstation
#endif
-#if
defined(sun) && defined(SVR4
)
+#if
(defined(sun) && defined(SVR4)) || defined (SOLARIS2
)
#define SUNOS_5
#endif