summaryrefslogtreecommitdiff
path: root/mkstemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkstemp.c')
-rw-r--r--mkstemp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkstemp.c b/mkstemp.c
index 1ed924a4a..c660a03ef 100644
--- a/mkstemp.c
+++ b/mkstemp.c
@@ -50,10 +50,6 @@
#include "sudo.h"
-#ifndef lint
-static const char rcsid[] = "$Sudo$";
-#endif /* not lint */
-
static unsigned int get_random __P((void));
static void seed_random __P((void));