prepare to upload
[debian/sudo] / sudo_noexec.c
index bce1a922772fcc30ae6b7eea650b2f87705efa7b..eff07b9ee68aedf2a094cc89d3d08bacbebf659f 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <errno.h>
+#ifndef HAVE_TIMESPEC
+# include <time.h>
+#endif
 #ifdef __STDC__
 # include <stdarg.h>
 #else
 # include <varargs.h>
 #endif
 
-#ifndef lint
-static const char rcsid[] = "$Sudo: sudo_noexec.c,v 1.11 2005/03/10 15:09:28 millert Exp $";
-#endif /* lint */
+#include <compat.h>
 
 /*
  * Dummy versions of the execve() family of syscalls.  We don't need