summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/mbuf.c')
-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 5e8224b..3829cd8 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -94,8 +94,7 @@ static struct mbtypenames {
* Print mbuf statistics.
*/
void
-mbpr(mbaddr, mbtaddr, nmbcaddr, nmbufaddr)
- u_long mbaddr, mbtaddr, nmbcaddr, nmbufaddr;
+mbpr(u_long mbaddr, u_long mbtaddr, u_long nmbcaddr, u_long nmbufaddr)
{
u_long totmem, totpossible, totmbufs;
register int i;
OpenPOWER on IntegriCloud