X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=strcasecmp.c;h=d14fdfb382661f4231bf4251479f2404b93f43e5;hb=a4d16b7546088ef5bdeadb3a6877bcc1d1530a63;hp=fa47bd3d025e71e6336db27966d8e284a552d33d;hpb=812709a155f4e8ca2a6b6070bad027a372835857;p=debian%2Fsudo diff --git a/strcasecmp.c b/strcasecmp.c index fa47bd3..d14fdfb 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -18,10 +18,6 @@ #include #include -#ifndef lint -__unused static const char rcsid[] = "$Sudo: strcasecmp.c,v 1.7 2005/02/12 22:56:06 millert Exp $"; -#endif /* lint */ - /* * Case insensitive string compare routines, same semantics as str[n]cmp() * (assumes ASCII..).