Remove compat/utime.h, it was only useful for ancient systems that

are no longer capable of compiling sudo.
This commit is contained in:
Todd C. Miller
2015-03-03 16:57:55 -07:00
parent 1592192cef
commit a7edf7d984
7 changed files with 5 additions and 42 deletions

View File

@@ -29,10 +29,8 @@
#ifndef HAVE_STRUCT_TIMESPEC
# include "compat/timespec.h"
#endif
#ifdef HAVE_UTIME_H
#if !defined(HAVE_UTIMES) || defined(HAVE_FUTIME)
# include <utime.h>
#else
# include "compat/utime.h"
#endif
#include "sudo_compat.h"