summaryrefslogtreecommitdiff
path: root/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/strlcpy.c b/strlcpy.c
index 2903b0af7..8d301c3a5 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -21,10 +21,6 @@
#include <config.h>
#include <compat.h>
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
/*
* Copy src to string dst of size siz. At most siz-1 characters
* will be copied. Always NUL terminates (unless siz == 0).