[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.2 and 1.3

version 1.2, 1999/12/10 06:45:11 version 1.3, 2000/03/27 03:44:38
Line 61 
Line 61 
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  #ifndef lint
 static const char rcsid[] = "$Sudo: check.c,v 1.193 1999/12/05 02:54:20 millert Exp $";  static const char rcsid[] = "$Sudo: check.c,v 1.194 2000/02/15 23:36:03 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 /* Status codes for timestamp_status() */  /* Status codes for timestamp_status() */
Line 71 
Line 71 
 #define TS_NOFILE               3  #define TS_NOFILE               3
 #define TS_ERROR                4  #define TS_ERROR                4
   
        int   user_is_exempt     __P((void));  
 static void  build_timestamp    __P((char **, char **));  static void  build_timestamp    __P((char **, char **));
 static int   timestamp_status   __P((char *, char *, char *, int));  static int   timestamp_status   __P((char *, char *, char *, int));
 static char *expand_prompt      __P((char *, char *, char *));  static char *expand_prompt      __P((char *, char *, char *));

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