summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mbuf.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1998-05-15 20:19:21 +0000
committerwollman <wollman@FreeBSD.org>1998-05-15 20:19:21 +0000
commite37570d81294700974f15cb7d91068b206166646 (patch)
tree3cac37892c931998ff4ea2dd106a89054b03febb /usr.bin/netstat/mbuf.c
parentbbc4497adab2d7702eab9a609897b2e5f672289e (diff)
downloadFreeBSD-src-e37570d81294700974f15cb7d91068b206166646.zip
FreeBSD-src-e37570d81294700974f15cb7d91068b206166646.tar.gz
mbuf, inet, and unix modules no longer read kvm.
Diffstat (limited to 'usr.bin/netstat/mbuf.c')
-rw-r--r--usr.bin/netstat/mbuf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index b0b9a4c..1e6d860 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: mbuf.c,v 1.9 1997/11/10 08:03:36 ache Exp $";
+ "$Id: mbuf.c,v 1.10 1998/04/24 04:30:27 dg Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -94,8 +94,7 @@ bool seen[256]; /* "have we seen this type yet?" */
* Print mbuf statistics.
*/
void
-mbpr(mbaddr)
- u_long mbaddr;
+mbpr()
{
register int totmem, totfree, totmbufs;
register int i;
OpenPOWER on IntegriCloud