diff options
Diffstat (limited to 'ip/ipneigh.c')
-rw-r--r-- | ip/ipneigh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/ipneigh.c b/ip/ipneigh.c index e8ab2912..5346b8bd 100644 --- a/ip/ipneigh.c +++ b/ip/ipneigh.c @@ -166,7 +166,7 @@ static int ipneigh_modify(int cmd, int flags, int argc, char **argv) addattr_l(&req.n, sizeof(req), NDA_DST, &dst.data, dst.bytelen); if (lla && strcmp(lla, "null")) { - __u8 llabuf[16]; + char llabuf[16]; int l; l = ll_addr_a2n(llabuf, sizeof(llabuf), lla); |