Merge commit 'upstream/1.7.2p6'
[debian/sudo] / gettime.c
index c864c9b08ad1d54791e534a764853419f9b776e4..f6de4753269cc79ea3ea67c56ab33c8255a6df34 100644 (file)
--- a/gettime.c
+++ b/gettime.c
 
 #include <compat.h>
 
-#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().