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

Diff for /src/usr.bin/sudo/Attic/check.c between version 1.19 and 1.20

version 1.19, 2009/06/21 14:48:41 version 1.20, 2010/03/04 12:21:36
Line 58 
Line 58 
   
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: check.c,v 1.247 2009/05/25 12:02:41 millert Exp $";  
 #endif /* lint */  
   
 /* Status codes for timestamp_status() */  /* Status codes for timestamp_status() */
 #define TS_CURRENT              0  #define TS_CURRENT              0
 #define TS_OLD                  1  #define TS_OLD                  1

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20