diff options
Diffstat (limited to 'usr.bin/netstat/atalk.c')
-rw-r--r-- | usr.bin/netstat/atalk.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 8353e13..7c19c56 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -217,7 +217,8 @@ atalk_print2(struct sockaddr *sa, struct sockaddr *mask, int what) } void -atalkprotopr(u_long off __unused, const char *name, int af1 __unused) +atalkprotopr(u_long off __unused, const char *name, int af1 __unused, + int proto __unused) { struct ddpcb *this, *next; @@ -266,7 +267,8 @@ atalkprotopr(u_long off __unused, const char *name, int af1 __unused) * Dump DDP statistics structure. */ void -ddp_stats(u_long off __unused, const char *name, int af1 __unused) +ddp_stats(u_long off __unused, const char *name, int af1 __unused, + int proto __unused) { struct ddpstat ddpstat; |