Imported Upstream version 1.7.4
[debian/sudo] / strlcpy.c
index b03316dc377e13f1fefc2d8f166057e9948a7004..8d301c3a5c2408acbc3e5f75cce6d48227e6690c 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
 #include <config.h>
 #include <compat.h>
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: strlcpy.c,v 1.7 2005/02/12 22:56:06 millert Exp $";
-#endif /* lint */
-
 /*
  * Copy src to string dst of size siz.  At most siz-1 characters
  * will be copied.  Always NUL terminates (unless siz == 0).