=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudo_noexec.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/sudo/Attic/sudo_noexec.c 2005/05/31 21:13:43 1.2 --- src/usr.bin/sudo/Attic/sudo_noexec.c 2007/07/26 16:10:16 1.3 *************** *** 14,30 **** * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ! #include "config.h" #include #ifdef __STDC__ # include #else # include #endif #ifndef lint ! static const char rcsid[] = "$Sudo: sudo_noexec.c,v 1.11 2005/03/10 15:09:28 millert Exp $"; #endif /* lint */ /* --- 14,35 ---- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ! #include #include + #ifndef HAVE_TIMESPEC + # include + #endif #ifdef __STDC__ # include #else # include #endif + #include + #ifndef lint ! __unused static const char rcsid[] = "$Sudo: sudo_noexec.c,v 1.5.2.2 2007/06/12 00:56:43 millert Exp $"; #endif /* lint */ /*