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 |
|