diff options
author | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/udhcp | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.bz2 busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/arpping.c | 1 | ||||
-rw-r--r-- | networking/udhcp/dhcpc.c | 1 | ||||
-rw-r--r-- | networking/udhcp/dhcpd.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index df626f159..b029af9bf 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * by Yoichi Hariguchi <yoichi@fore.com> | 5 | * by Yoichi Hariguchi <yoichi@fore.com> |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <sys/time.h> | ||
9 | #include <time.h> | 8 | #include <time.h> |
10 | #include <sys/socket.h> | 9 | #include <sys/socket.h> |
11 | #include <netinet/if_ether.h> | 10 | #include <netinet/if_ether.h> |
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 222bd6519..1d9ab6db6 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <sys/time.h> | ||
11 | #include <sys/file.h> | 10 | #include <sys/file.h> |
12 | #include <unistd.h> | 11 | #include <unistd.h> |
13 | #include <getopt.h> | 12 | #include <getopt.h> |
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 28acb6bcc..6c5a753eb 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <errno.h> | 34 | #include <errno.h> |
35 | #include <sys/ioctl.h> | 35 | #include <sys/ioctl.h> |
36 | #include <time.h> | 36 | #include <time.h> |
37 | #include <sys/time.h> | ||
38 | 37 | ||
39 | #include "dhcpd.h" | 38 | #include "dhcpd.h" |
40 | #include "arpping.h" | 39 | #include "arpping.h" |