[ps2]: Use nlist instead of knlist #ifdef _AIX.

This commit is contained in:
Roland McGrath 1995-08-07 20:48:08 +00:00
parent 0afe62e255
commit ee2b67af6d

View file

@ -811,7 +811,7 @@ getloadavg (loadavg, nelem)
#ifndef SUNOS_5
if (
#ifndef _AIX
#if !(defined (_AIX) && !defined (ps2))
nlist (KERNEL_FILE, nl)
#else /* _AIX */
knlist (nl, 1, sizeof (nl[0]))