aboutsummaryrefslogtreecommitdiff
path: root/networking/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arp.c')
-rw-r--r--networking/arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c
index c9b9d1d0d..f42e09f7c 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -200,7 +200,7 @@ static void arp_getdevhw(char *ifname, struct sockaddr *sa,
200 } 200 }
201 bb_error_msg("device '%s' has HW address %s '%s'", 201 bb_error_msg("device '%s' has HW address %s '%s'",
202 ifname, xhw->name, 202 ifname, xhw->name,
203 xhw->print((char *) &ifr.ifr_hwaddr.sa_data)); 203 xhw->print((unsigned char *) &ifr.ifr_hwaddr.sa_data));
204 } 204 }
205} 205}
206 206