Catch up to proc flag change.

This commit is contained in:
jhb 2001-01-24 14:17:23 +00:00
parent 94c9f37b86
commit 295ec88f1f

View File

@ -551,7 +551,7 @@ char *(*get_userid)();
hp->remaining--;
/* get the process's command name */
if ((pp->ki_flag & P_INMEM) == 0) {
if ((pp->ki_sflag & PS_INMEM) == 0) {
/*
* Print swapped processes as <pname>
*/