diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-24 14:17:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-24 14:17:23 +0000 |
| commit | 0821b7ca3acc0196b4c5d0b81959f686cf7b3633 (patch) | |
| tree | 87dfd4ba737f990acad15c46a1c3bab88d967581 | |
| parent | ad7b0448028cd6cfb28670d37a1f8ac78f156b61 (diff) | |
Notes
| -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 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> */ |
