Remove include/compat/timespec.h. Systems old enough to lack struct

timespec are too old to build a modern sudo.
This commit is contained in:
Todd C. Miller
2015-09-09 11:13:22 -06:00
parent 69d51b7590
commit 67183d74f4
14 changed files with 37 additions and 110 deletions

View File

@@ -39,9 +39,6 @@
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif
#ifndef HAVE_STRUCT_TIMESPEC
# include "compat/timespec.h"
#endif
#ifdef HAVE_SELINUX
# include <selinux/selinux.h>
#endif