summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-04 06:00:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-04 06:00:48 +0000
commit505322517bbe96db2907a67c7892a843dbc82005 (patch)
treec22f382fc6c19e0c5a4aa152feb900b61afe0718 /usr.bin
parent8cd3a6878ff4d8f371905f8fbde39c5ed3c8d20f (diff)
... but without the debug code
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/mbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index ccd1856d153..e69a7bf6892 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.c,v 1.27 2008/12/04 05:59:57 deraadt Exp $ */
+/* $OpenBSD: mbuf.c,v 1.28 2008/12/04 06:00:47 deraadt Exp $ */
/* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */
/*
@@ -145,7 +145,6 @@ mbpr(void)
bcopy(&pool, &mbpool, sizeof(struct pool));
else if (mclp < nitems(mclpools) &&
!strncmp(name, *mclnamep, strlen(*mclnamep))) {
- printf("%s\n", name);
bcopy(&pool, &mclpools[mclp++],
sizeof(struct pool));
mclnamep++;