The net/if_arp.h header file is already included at the top of the file.
Signed-off-by: Tobias Klauser <[email protected]>
---
networking/interface.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/networking/interface.c b/networking/interface.c
index 0d5a0f9..3171d79 100644
--- a/networking/interface.c
+++ b/networking/interface.c
@@ -711,8 +711,6 @@ static const struct hwtype loop_hwtype = {
.type = ARPHRD_LOOPBACK
};
-#include <net/if_arp.h>
-
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) ||
defined(_NEWLIB_VERSION)
#include <net/ethernet.h>
#else
@@ -794,8 +792,6 @@ static int FAST_FUNC ether_input(const char *bufp, struct
sockaddr *sap)
return 0;
}
-#include <net/if_arp.h>
-
static const struct hwtype ppp_hwtype = {
.name = "ppp",
.title = "Point-to-Point Protocol",
--
1.6.3.3
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox