=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/gettime.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/sudo/Attic/gettime.c 2008/11/14 11:58:08 1.3 --- src/usr.bin/sudo/Attic/gettime.c 2010/03/04 12:21:36 1.4 *************** *** 28,37 **** #include - #ifndef lint - __unused static const char rcsid[] = "$Sudo: gettime.c,v 1.8 2008/11/09 14:13:12 millert Exp $"; - #endif /* lint */ - /* * Get the current time via gettimeofday() for systems with * timespecs in struct stat or, otherwise, using time(). --- 28,33 ----