make sudoers a conffile, update postinsts to reflect that
[debian/sudo] / strlcpy.c
index d7883c0802f8e1ad329642885088431947f0cb4a..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.4.2.2 2007/06/12 01:28:42 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).