Commit Graph

10 Commits

Author SHA1 Message Date
Todd C. Miller
840acbd3ac Update copyright years. 2008-11-09 14:13:13 +00:00
Todd C. Miller
ce92c1cf6a Include config.h early so we have it for TIME_WITH_SYS_TIME 2007-06-10 22:18:46 +00:00
Todd C. Miller
f057686d20 It is possible for tv_usec to hold >= 1000000 usecs so add in tv_usec / 1000000. 2005-04-08 21:04:22 +00:00
Todd C. Miller
778d587063 Update copyright years. 2005-02-12 22:56:07 +00:00
Todd C. Miller
3b8b88407f Add __unused to rcsids 2005-01-27 15:42:30 +00:00
Todd C. Miller
7d488657f0 Use TIME_WITH_SYS_TIME 2004-12-03 18:52:28 +00:00
Todd C. Miller
2c2daa8eca Use: #include <config.h>
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
2004-11-19 18:39:14 +00:00
Todd C. Miller
6efac29fb0 Don't use HAVE_UTIME_H before including config.h. 2004-09-11 16:24:28 +00:00
Todd C. Miller
a8972c6969 Not a darpa-sponsored file. 2004-09-08 14:51:53 +00:00
Todd C. Miller
1c20ff1a6d Use utimes() and futimes() instead of utime() in touch(), emulating as needed.
Not all systems are able to support setting the times of an fd so touch()
takes both an fd and a file name as arguments.
2004-09-07 17:14:52 +00:00