Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.

This commit is contained in:
avatar 2007-03-02 05:23:39 +00:00
parent c685513e0b
commit 2d1909f3b9

View File

@ -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