=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/mbuf.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/netstat/mbuf.c 2002/06/30 20:27:16 1.16 +++ src/usr.bin/netstat/mbuf.c 2003/02/01 01:51:31 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.c,v 1.16 2002/06/30 20:27:16 angelos Exp $ */ +/* $OpenBSD: mbuf.c,v 1.17 2003/02/01 01:51:31 deraadt Exp $ */ /* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: mbuf.c,v 1.16 2002/06/30 20:27:16 angelos Exp $"; +static char *rcsid = "$OpenBSD: mbuf.c,v 1.17 2003/02/01 01:51:31 deraadt Exp $"; #endif #endif /* not lint */ @@ -54,6 +54,7 @@ #include #include #include +#include #include "netstat.h" #define YES 1 @@ -85,9 +86,7 @@ * Print mbuf statistics. */ void -mbpr(mbaddr, mbpooladdr, mclpooladdr) - u_long mbaddr; - u_long mbpooladdr, mclpooladdr; +mbpr(u_long mbaddr, u_long mbpooladdr, u_long mclpooladdr) { int totmem, totused, totmbufs, totpct; int i, mib[4], npools, flag = 0;