aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-27 21:42:58 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-27 21:42:58 +0000
commit6a0c588bf35d45f27feb0b18c7e97bb038df4d63 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /util-linux
parentd40b24b9afb1d7223d8042e72d27e5b9a5271177 (diff)
downloadbusybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.gz
busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.bz2
busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.zip
Consolidate #include <sys/time.h> so libbb.h does it.
git-svn-id: svn://busybox.net/trunk/busybox@15203 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/hwclock.c1
-rw-r--r--util-linux/rdate.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index 3d7f40026..e1a67f290 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -9,7 +9,6 @@
9 9
10 10
11#include <sys/ioctl.h> 11#include <sys/ioctl.h>
12#include <sys/time.h>
13#include <sys/utsname.h> 12#include <sys/utsname.h>
14#include <ctype.h> 13#include <ctype.h>
15#include <fcntl.h> 14#include <fcntl.h>
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 2b011ebb0..27bd1b481 100644
--- a/util-linux/rdate.c
+++ b/util-linux/rdate.c
@@ -8,7 +8,6 @@
8 * Licensed under GPL v2 or later, see file License for details. 8 * Licensed under GPL v2 or later, see file License for details.
9*/ 9*/
10 10
11#include <sys/time.h>
12#include <sys/types.h> 11#include <sys/types.h>
13#include <sys/socket.h> 12#include <sys/socket.h>
14#include <netinet/in.h> 13#include <netinet/in.h>