Todd C. Miller
|
a885b952fb
|
Remove use of AC_HEADER_TIME, only obsolete platforms actually
need this. Also stop removing sys/time.h unless the source file
uses struct timeval.
|
2018-01-17 09:52:15 -07:00 |
|
Todd C. Miller
|
48fba3c2cc
|
update my email to Todd.Miller@sudo.ws
|
2017-12-03 17:53:40 -07:00 |
|
Todd C. Miller
|
67183d74f4
|
Remove include/compat/timespec.h. Systems old enough to lack struct
timespec are too old to build a modern sudo.
|
2015-09-09 11:13:22 -06:00 |
|
Todd C. Miller
|
a7edf7d984
|
Remove compat/utime.h, it was only useful for ancient systems that
are no longer capable of compiling sudo.
|
2015-03-03 16:57:55 -07:00 |
|
Todd C. Miller
|
3c79ea75bb
|
Fix compilation error on systems without futimes().
|
2015-03-02 14:28:46 -07:00 |
|
Todd C. Miller
|
ee72cba937
|
Use futimens() and utimensat() instead of futimes() and utimes().
|
2015-03-02 13:58:50 -07:00 |
|