From 295ec88f1fa56e59be19cc2c0c0c0b24795d747a Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 24 Jan 2001 14:17:23 +0000 Subject: Catch up to proc flag change. --- usr.bin/top/machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 3e4073d..1671dcc 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -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 */ -- cgit v1.1