summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-24 14:17:23 +0000
committerjhb <jhb@FreeBSD.org>2001-01-24 14:17:23 +0000
commit295ec88f1fa56e59be19cc2c0c0c0b24795d747a (patch)
tree7fec6e253964cf0a5b63a8524a753b861f4ed9f2
parent94c9f37b862784c64ac8d5b1f19e4ea7c5d09f5d (diff)
downloadFreeBSD-src-295ec88f1fa56e59be19cc2c0c0c0b24795d747a.zip
FreeBSD-src-295ec88f1fa56e59be19cc2c0c0c0b24795d747a.tar.gz
Catch up to proc flag change.
-rw-r--r--usr.bin/top/machine.c2
1 files changed, 1 insertions, 1 deletions
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 <pname>
*/
OpenPOWER on IntegriCloud