Deleted Added
full compact
30c30
< * $FreeBSD: stable/11/usr.bin/netstat/netstat.h 296882 2016-03-15 00:19:30Z glebius $
---
> * $FreeBSD: stable/11/usr.bin/netstat/netstat.h 311670 2017-01-08 07:25:22Z delphij $
102a103,108
> #ifdef INET
> struct in_addr;
>
> char *inetname(struct in_addr *);
> #endif
>
103a110,112
> struct in6_addr;
>
> char *inet6name(struct in6_addr *);