aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-11-28 18:07:36 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-11-28 18:07:36 +0000
commit1b9cb2ade818f69a5afd99b8c68be350fb6686d3 (patch)
treed10d293173093cbc0c7e6e77d8f7b0d59c7f65dd /usr.bin
parent069c95b51125e1f7a7ecf8ce80820b083a9d95c4 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/mbuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index 4faa18d7c3ea..825b39eaf5f3 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -87,14 +87,12 @@ mbpr(void *kvmd, u_long mbaddr)
* and some malloc(9).
*/
if (live) {
- printf("live\n");
if (memstat_sysctl_all(mtlp, 0) < 0) {
warnx("memstat_sysctl_all: %s",
memstat_strerror(memstat_mtl_geterror(mtlp)));
goto out;
}
} else {
- printf("kvm\n");
if (memstat_kvm_all(mtlp, kvmd) < 0) {
error = memstat_mtl_geterror(mtlp);
if (error == MEMSTAT_ERROR_KVM)