summaryrefslogtreecommitdiff
path: root/networking/libiproute/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r--networking/libiproute/utils.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index 591c8933a..601e45bb4 100644
--- a/networking/libiproute/utils.c
+++ b/networking/libiproute/utils.c
@@ -13,9 +13,6 @@
13 13
14#include "libbb.h" 14#include "libbb.h"
15 15
16#include <string.h>
17#include <unistd.h>
18
19#include "utils.h" 16#include "utils.h"
20#include "inet_common.h" 17#include "inet_common.h"
21 18
@@ -197,7 +194,7 @@ int get_prefix_1(inet_prefix * dst, char *arg, int family)
197 dst->bitlen = plen; 194 dst->bitlen = plen;
198 } 195 }
199 } 196 }
200 done: 197 done:
201 if (slash) 198 if (slash)
202 *slash = '/'; 199 *slash = '/';
203 return err; 200 return err;