aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-24 14:17:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-24 14:17:23 +0000
commit0821b7ca3acc0196b4c5d0b81959f686cf7b3633 (patch)
tree87dfd4ba737f990acad15c46a1c3bab88d967581 /usr.bin
parentad7b0448028cd6cfb28670d37a1f8ac78f156b61 (diff)
downloadsrc-0821b7ca3acc0196b4c5d0b81959f686cf7b3633.tar.gz
src-0821b7ca3acc0196b4c5d0b81959f686cf7b3633.zip
Catch up to proc flag change.
Notes
Notes: svn path=/head/; revision=71589
Diffstat (limited to 'usr.bin')
-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 3e4073dd7179..1671dccb7253 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>
*/