X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Flibiproute%2Fll_addr.c;h=ab5a2c522c46035a39371376bf705a1324ac1409;hb=7b72fc12000c878e11d5f0b245f83c0d71b29f58;hp=6c147deca44805c9054f1bf8c0a93cb7ef199b1d;hpb=63fc1a9e08fabfc8ba96bad80731673ef40bf5cb;p=oweals%2Fbusybox.git diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 6c147deca..ab5a2c522 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -10,11 +10,9 @@ * Authors: Alexey Kuznetsov, */ -#include "libbb.h" - -#include #include +#include "libbb.h" #include "rt_names.h" #include "utils.h" @@ -31,7 +29,7 @@ const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int l = 0; for (i=0; i 255) { - bb_error_msg("\"%s\" is invalid lladdr.", arg); + bb_error_msg("\"%s\" is invalid lladdr", arg); return -1; } lladdr[i] = temp;