diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-14 23:35:00 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-14 23:35:00 +0100 |
commit | cc8b6871a71e42a3e0bdb79e534b90cc3eb4c8e6 (patch) | |
tree | 8d3ee118d6a5dd962be5fa30812e255f39a6cfa5 /include | |
parent | e3600a042e80cf279cfcb7f4c5e5f236b02bba7a (diff) | |
download | busybox-cc8b6871a71e42a3e0bdb79e534b90cc3eb4c8e6.tar.gz |
use utimes() rather than obsolescent utime()
utime is obsolescent in POSIX.1-2008, use utimes() for now.
Untested.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 0f8973d9e..89d7a7b1b 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -40,7 +40,6 @@ #include <termios.h> #include <time.h> #include <unistd.h> -#include <utime.h> /* Try to pull in PATH_MAX */ #include <limits.h> #include <sys/param.h> |