Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.
This commit is contained in:
parent
c685513e0b
commit
2d1909f3b9
@ -78,7 +78,9 @@ ifmalist_dump_af(const struct ifmaddrs * const ifmap, int const af)
|
||||
const struct ifmaddrs *ifma;
|
||||
sockunion_t *psa;
|
||||
char myifname[IFNAMSIZ];
|
||||
#ifdef INET6
|
||||
char addrbuf[INET6_ADDRSTRLEN];
|
||||
#endif
|
||||
char *pcolon;
|
||||
char *pafname, *pifname, *plladdr, *pgroup;
|
||||
#ifdef INET6
|
||||
|
Loading…
x
Reference in New Issue
Block a user