summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/mcast.c')
-rw-r--r--usr.bin/netstat/mcast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c
index cc12f09..9bcae41 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:
OpenPOWER on IntegriCloud