diff options
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 591c893..601e45b 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -13,9 +13,6 @@ #include "libbb.h" -#include <string.h> -#include <unistd.h> - #include "utils.h" #include "inet_common.h" @@ -197,7 +194,7 @@ int get_prefix_1(inet_prefix * dst, char *arg, int family) dst->bitlen = plen; } } - done: + done: if (slash) *slash = '/'; return err; |