X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=strlcpy.c;h=8d301c3a5c2408acbc3e5f75cce6d48227e6690c;hb=d7751e8b58b26f298b57d31ae87386e685eb8c14;hp=d7883c0802f8e1ad329642885088431947f0cb4a;hpb=a922b9e5432b28b092428393180b1a2c2569f708;p=debian%2Fsudo diff --git a/strlcpy.c b/strlcpy.c index d7883c0..8d301c3 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -21,10 +21,6 @@ #include #include -#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).