=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/check.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/sudo/Attic/check.c 1999/12/10 06:45:11 1.2 +++ src/usr.bin/sudo/Attic/check.c 2000/03/27 03:44:38 1.3 @@ -61,7 +61,7 @@ #include "sudo.h" #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 */ /* Status codes for timestamp_status() */ @@ -71,7 +71,6 @@ #define TS_NOFILE 3 #define TS_ERROR 4 - int user_is_exempt __P((void)); static void build_timestamp __P((char **, char **)); static int timestamp_status __P((char *, char *, char *, int)); static char *expand_prompt __P((char *, char *, char *));