diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-06-10 05:17:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-10 05:17:59 +0200 |
commit | f533ec876716415ed0e6ba28d13dfb6263068e82 (patch) | |
tree | 30b5b8ddcad3d2673d76110b8a792a5cd1b3b067 /networking/zcip.c | |
parent | d488f5e8dbdcd1f5f0ebb2ee9c1f2fb4a5374290 (diff) | |
download | busybox-w32-f533ec876716415ed0e6ba28d13dfb6263068e82.tar.gz busybox-w32-f533ec876716415ed0e6ba28d13dfb6263068e82.tar.bz2 busybox-w32-f533ec876716415ed0e6ba28d13dfb6263068e82.zip |
*: simplify Ethernet header includes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 6b7f2144f..8a35eca5d 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -35,14 +35,12 @@ | |||
35 | //usage: "\nWith no -q, runs continuously monitoring for ARP conflicts," | 35 | //usage: "\nWith no -q, runs continuously monitoring for ARP conflicts," |
36 | //usage: "\nexits only on I/O errors (link down etc)" | 36 | //usage: "\nexits only on I/O errors (link down etc)" |
37 | 37 | ||
38 | #include "libbb.h" | ||
38 | #include <netinet/ether.h> | 39 | #include <netinet/ether.h> |
39 | #include <net/ethernet.h> | ||
40 | #include <net/if.h> | 40 | #include <net/if.h> |
41 | #include <net/if_arp.h> | 41 | #include <net/if_arp.h> |
42 | #include <linux/if_packet.h> | ||
43 | #include <linux/sockios.h> | 42 | #include <linux/sockios.h> |
44 | 43 | ||
45 | #include "libbb.h" | ||
46 | #include <syslog.h> | 44 | #include <syslog.h> |
47 | 45 | ||
48 | /* We don't need more than 32 bits of the counter */ | 46 | /* We don't need more than 32 bits of the counter */ |