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 /init | |
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 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index b0443d095..ec3c4d7cf 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -91,7 +91,6 @@ struct serial_struct { | |||
91 | */ | 91 | */ |
92 | #define CORE_ENABLE_FLAG_FILE "/.init_enable_core" | 92 | #define CORE_ENABLE_FLAG_FILE "/.init_enable_core" |
93 | #include <sys/resource.h> | 93 | #include <sys/resource.h> |
94 | #include <sys/time.h> | ||
95 | #endif | 94 | #endif |
96 | 95 | ||
97 | #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) | 96 | #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |