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:
0afe62e
)
[ps2]: Use nlist instead of knlist #ifdef _AIX.
author
Roland McGrath
<roland@redhat.com>
Mon, 7 Aug 1995 20:48:08 +0000
(20:48 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 7 Aug 1995 20:48:08 +0000
(20:48 +0000)
getloadavg.c
patch
|
blob
|
history
diff --git
a/getloadavg.c
b/getloadavg.c
index 5cf0b997badf7ecaadd0b45676b973950f807f40..7f939d2dbe4846510f6aff08b011c9a52c6f40b7 100644
(file)
--- a/
getloadavg.c
+++ b/
getloadavg.c
@@
-811,7
+811,7
@@
getloadavg (loadavg, nelem)
#ifndef SUNOS_5
if (
-#if
ndef _AIX
+#if
!(defined (_AIX) && !defined (ps2))
nlist (KERNEL_FILE, nl)
#else /* _AIX */
knlist (nl, 1, sizeof (nl[0]))