summaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorRob Landley2006-05-27 21:42:58 +0000
committerRob Landley2006-05-27 21:42:58 +0000
commit299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/udhcp
parentd244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff)
downloadbusybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip
busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/arpping.c1
-rw-r--r--networking/udhcp/dhcpc.c1
-rw-r--r--networking/udhcp/dhcpd.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c
index df626f1..b029af9 100644
--- a/networking/udhcp/arpping.c
+++ b/networking/udhcp/arpping.c
@@ -5,7 +5,6 @@
* by Yoichi Hariguchi <yoichi@fore.com>
*/
-#include <sys/time.h>
#include <time.h>
#include <sys/socket.h>
#include <netinet/if_ether.h>
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 222bd65..1d9ab6d 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -7,7 +7,6 @@
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
-#include <sys/time.h>
#include <sys/file.h>
#include <unistd.h>
#include <getopt.h>
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 28acb6b..6c5a753 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -34,7 +34,6 @@
#include <errno.h>
#include <sys/ioctl.h>
#include <time.h>
-#include <sys/time.h>
#include "dhcpd.h"
#include "arpping.h"