Catch up to proc flag change.
This commit is contained in:
parent
94c9f37b86
commit
295ec88f1f
@ -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>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user