Merge commit 'upstream/1.7.2p6'
[debian/sudo] / mkstemp.c
index 1c9b6d495c8aecaf0236940a664ee2fd2257a271..8a6108712e1a3f0205e08d4ea38479c5c0bf4f03 100644 (file)
--- a/mkstemp.c
+++ b/mkstemp.c
 
 #include "sudo.h"
 
-#ifndef lint
-static const char rcsid[] = "$Sudo: mkstemp.c,v 1.2 2008/08/20 11:40:15 millert Exp $";
-#endif /* not lint */
-
 static unsigned int get_random __P((void));
 static void seed_random __P((void));