clean up changelog and tag confusion in my checked out tree
[debian/sudo] / strcasecmp.c
index a21e80584f508cf8a57d72c08850c91308babce9..d14fdfb382661f4231bf4251479f2404b93f43e5 100644 (file)
 #include <config.h>
 #include <compat.h>
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: strcasecmp.c,v 1.3.4.2 2007/06/12 16:19:15 millert Exp $";
-#endif /* lint */
-
 /*
  * Case insensitive string compare routines, same semantics as str[n]cmp()
  * (assumes ASCII..).