aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1995-08-07 20:48:08 +0000
committerRoland McGrath1995-08-07 20:48:08 +0000
commitae3338006e014475f10cdad7a10812c48620270a (patch)
tree9eb7f3397451175f2a0343e263e804543aedfdad /src
parentc82c1da05cd80192812f3c33e63240d170686a03 (diff)
downloademacs-ae3338006e014475f10cdad7a10812c48620270a.tar.gz
emacs-ae3338006e014475f10cdad7a10812c48620270a.zip
[ps2]: Use nlist instead of knlist #ifdef _AIX.
Diffstat (limited to 'src')
-rw-r--r--src/getloadavg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index 5cf0b997bad..7f939d2dbe4 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -811,7 +811,7 @@ getloadavg (loadavg, nelem)
811 811
812#ifndef SUNOS_5 812#ifndef SUNOS_5
813 if ( 813 if (
814#ifndef _AIX 814#if !(defined (_AIX) && !defined (ps2))
815 nlist (KERNEL_FILE, nl) 815 nlist (KERNEL_FILE, nl)
816#else /* _AIX */ 816#else /* _AIX */
817 knlist (nl, 1, sizeof (nl[0])) 817 knlist (nl, 1, sizeof (nl[0]))