diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-02-02 05:16:42 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-02-02 05:16:42 +0000 |
| commit | dc8ab2b64b0323376e632b2b93fbdb5c9abe383b (patch) | |
| tree | 79f0c79b401cccaf32ac1f9e49d94433bf510910 /bin | |
| parent | 5abb66d243ab81759ba4762629d6263ae4133924 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/print.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index bfc6c8abc2f6..f83865236c8a 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: print.c,v 1.22 1997/08/03 08:25:00 peter Exp $ + * $Id: print.c,v 1.23 1997/08/03 08:28:36 peter Exp $ */ #ifndef lint @@ -411,8 +411,7 @@ vsize(k, ve) v = ve->var; (void)printf("%*d", v->width, - pgtok(KI_EPROC(k)->e_vm.vm_dsize + KI_EPROC(k)->e_vm.vm_ssize + - KI_EPROC(k)->e_vm.vm_tsize)); + (KI_EPROC(k)->e_vm.vm_map.size/1024)); } void |
