Catch up to proc flag change.

This commit is contained in:
John Baldwin 2001-01-24 14:17:23 +00:00
parent ad7b044802
commit 0821b7ca3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71589

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>
*/