[BACK]Return to sudo_noexec.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/sudo_noexec.c between version 1.2 and 1.3

version 1.2, 2005/05/31 21:13:43 version 1.3, 2007/07/26 16:10:16
Line 14 
Line 14 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #include "config.h"  #include <config.h>
   
 #include <errno.h>  #include <errno.h>
   #ifndef HAVE_TIMESPEC
   # include <time.h>
   #endif
 #ifdef __STDC__  #ifdef __STDC__
 # include <stdarg.h>  # include <stdarg.h>
 #else  #else
 # include <varargs.h>  # include <varargs.h>
 #endif  #endif
   
   #include <compat.h>
   
 #ifndef lint  #ifndef lint
 static const char rcsid[] = "$Sudo: sudo_noexec.c,v 1.11 2005/03/10 15:09:28 millert Exp $";  __unused static const char rcsid[] = "$Sudo: sudo_noexec.c,v 1.5.2.2 2007/06/12 00:56:43 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 /*  /*

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3