From 6c0b683445bcb0c4262928ed96c5600046fd89c4 Mon Sep 17 00:00:00 2001 From: assar Date: Fri, 15 Jun 2001 23:07:59 +0000 Subject: revert removal of warning and K&R support Requested by: bde --- usr.bin/netstat/netgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat/netgraph.c') diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index fb032e8..17cc9a0 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -65,7 +65,7 @@ static int first = 1; static int csock = -1; void -netgraphprotopr(u_long off, char *name, int af __unused) +netgraphprotopr(u_long off, char *name) { struct ngpcb *this, *next; struct ngpcb ngpcb; -- cgit v1.1