diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-24 14:17:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-24 14:17:23 +0000 |
commit | 295ec88f1fa56e59be19cc2c0c0c0b24795d747a (patch) | |
tree | 7fec6e253964cf0a5b63a8524a753b861f4ed9f2 /usr.bin/top | |
parent | 94c9f37b862784c64ac8d5b1f19e4ea7c5d09f5d (diff) | |
download | FreeBSD-src-295ec88f1fa56e59be19cc2c0c0c0b24795d747a.zip FreeBSD-src-295ec88f1fa56e59be19cc2c0c0c0b24795d747a.tar.gz |
Catch up to proc flag change.
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/machine.c | 2 |
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> */ |