diff options
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r-- | usr.bin/netstat/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index e0f6e28..46ce775 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -224,7 +224,7 @@ next_ifma(struct ifmaddrs *ifma, const char *name, const sa_family_t family) * Print a description of the network interfaces. */ void -intpr(int interval, void (*pfunc)(char *)) +intpr(int interval, void (*pfunc)(char *), int af) { struct ifaddrs *ifap, *ifa; struct ifmaddrs *ifmap, *ifma; |