mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.
This commit is contained in:
parent
55c60b648b
commit
1fa420b671
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167162
@ -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…
Reference in New Issue
Block a user