diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-02-11 17:18:36 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-02-11 17:18:36 +0000 |
| commit | e446b85087193f506ababd0901dfab073397d4b3 (patch) | |
| tree | 206f66c042ee6c2bfe5a7686e848351fe78f8dc0 /usr.bin/netstat | |
| parent | ee4be9485c427c5356b2361b8cc62883b201555b (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/mbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 825b39eaf5f3..c58b21a91a4a 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -218,11 +218,9 @@ mbpr(void *kvmd, u_long mbaddr) "(current/cache/total)\n", bytes_inuse / 1024, bytes_incache / 1024, bytes_total / 1024); -#if 0 printf("%llu/%llu/%llu requests for mbufs denied (mbufs/clusters/" "mbuf+clusters)\n", mbuf_failures, cluster_failures, packet_failures); -#endif if (live) { mlen = sizeof(mbstat); |
