diff options
Diffstat (limited to 'usr.bin/netstat/ipx.c')
| -rw-r--r-- | usr.bin/netstat/ipx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index b8f50e30a474..dad5ae88db0b 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -82,7 +82,7 @@ extern char *tcpstates[]; */ void -ipxprotopr(u_long off, const char *name, int af1 __unused) +ipxprotopr(u_long off, const char *name, int af1 __unused, int proto __unused) { struct ipxpcbhead cb; struct ipxpcb *ipxp; @@ -155,7 +155,7 @@ ipxprotopr(u_long off, const char *name, int af1 __unused) * Dump SPX statistics structure. */ void -spx_stats(u_long off, const char *name, int af1 __unused) +spx_stats(u_long off, const char *name, int af1 __unused, int proto __unused) { struct spx_istat spx_istat; #define spxstat spx_istat.newstats @@ -231,7 +231,7 @@ spx_stats(u_long off, const char *name, int af1 __unused) * Dump IPX statistics structure. */ void -ipx_stats(u_long off, const char *name, int af1 __unused) +ipx_stats(u_long off, const char *name, int af1 __unused, int proto __unused) { struct ipxstat ipxstat; @@ -274,7 +274,7 @@ static struct { */ /*ARGSUSED*/ void -ipxerr_stats(u_long off, const char *name, int af __unused) +ipxerr_stats(u_long off, const char *name, int af __unused, int proto __unused) { struct ipx_errstat ipx_errstat; int j; |
