Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/pmap handle field rename.
details: https://anonhg.NetBSD.org/src/rev/84794cf7f04d
branches: trunk
changeset: 318889:84794cf7f04d
user: christos <christos%NetBSD.org@localhost>
date: Wed May 09 01:04:01 2018 +0000
description:
handle field rename.
diffstat:
usr.bin/pmap/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b030257d317f -r 84794cf7f04d usr.bin/pmap/pmap.c
--- a/usr.bin/pmap/pmap.c Wed May 09 00:24:50 2018 +0000
+++ b/usr.bin/pmap/pmap.c Wed May 09 01:04:01 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.53 2017/10/04 11:33:01 kamil Exp $ */
+/* $NetBSD: pmap.c,v 1.54 2018/05/09 01:04:01 christos Exp $ */
/*
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pmap.c,v 1.53 2017/10/04 11:33:01 kamil Exp $");
+__RCSID("$NetBSD: pmap.c,v 1.54 2018/05/09 01:04:01 christos Exp $");
#endif
#include <string.h>
@@ -119,7 +119,7 @@
printf(" vm_refcnt = %d,", D(vmspace, vmspace)->vm_refcnt);
printf(" vm_shm = %p,\n", D(vmspace, vmspace)->vm_shm);
printf(" vm_rssize = %d,", D(vmspace, vmspace)->vm_rssize);
- printf(" vm_swrss = %d,", D(vmspace, vmspace)->vm_swrss);
+ printf(" vm_rssmax = %d,", D(vmspace, vmspace)->vm_rssmax);
printf(" vm_tsize = %d,", D(vmspace, vmspace)->vm_tsize);
printf(" vm_dsize = %d,\n", D(vmspace, vmspace)->vm_dsize);
printf(" vm_ssize = %d,", D(vmspace, vmspace)->vm_ssize);
Home |
Main Index |
Thread Index |
Old Index