diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-28 21:18:38 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-28 21:18:38 +0000 |
| commit | 67228c46217cea62a8c5ec26cd7093ea2f8b4cc0 (patch) | |
| tree | 5795b2406f62ac8534a87ecbbb9b833c90045556 /usr.bin | |
| parent | 4a32dc299f82e190a38d5414cbb403d19bc7c5d6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/mcast.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c index cc12f09838f6..9bcae4148398 100644 --- a/usr.bin/netstat/mcast.c +++ b/usr.bin/netstat/mcast.c @@ -132,11 +132,13 @@ ifmalist_dump_af(const struct ifmaddrs * const ifmap, int const af) (psa->sdl.sdl_type == IFT_ETHER)) { pgroup = ether_ntoa((struct ether_addr *)&psa->sdl.sdl_data); +#if 0 /* XXX */ } else { pgroup = addr2ascii(AF_LINK, &psa->sdl, sizeof(struct sockaddr_dl), addrbuf); +#endif } break; default: |
