aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/zcip.c')
-rw-r--r--networking/zcip.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/zcip.c b/networking/zcip.c
index 7250fb2fd..8a35eca5d 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -27,7 +27,6 @@
27//usage: "[OPTIONS] IFACE SCRIPT" 27//usage: "[OPTIONS] IFACE SCRIPT"
28//usage:#define zcip_full_usage "\n\n" 28//usage:#define zcip_full_usage "\n\n"
29//usage: "Manage a ZeroConf IPv4 link-local address\n" 29//usage: "Manage a ZeroConf IPv4 link-local address\n"
30//usage: "\nOptions:"
31//usage: "\n -f Run in foreground" 30//usage: "\n -f Run in foreground"
32//usage: "\n -q Quit after obtaining address" 31//usage: "\n -q Quit after obtaining address"
33//usage: "\n -r 169.254.x.x Request this address first" 32//usage: "\n -r 169.254.x.x Request this address first"
@@ -36,14 +35,12 @@
36//usage: "\nWith no -q, runs continuously monitoring for ARP conflicts," 35//usage: "\nWith no -q, runs continuously monitoring for ARP conflicts,"
37//usage: "\nexits only on I/O errors (link down etc)" 36//usage: "\nexits only on I/O errors (link down etc)"
38 37
38#include "libbb.h"
39#include <netinet/ether.h> 39#include <netinet/ether.h>
40#include <net/ethernet.h>
41#include <net/if.h> 40#include <net/if.h>
42#include <net/if_arp.h> 41#include <net/if_arp.h>
43#include <linux/if_packet.h>
44#include <linux/sockios.h> 42#include <linux/sockios.h>
45 43
46#include "libbb.h"
47#include <syslog.h> 44#include <syslog.h>
48 45
49/* We don't need more than 32 bits of the counter */ 46/* We don't need more than 32 bits of the counter */