X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..3b97eb047bfcee083e490e19c72f11fec4bd7a02:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index 7fb721ec..f19ccf54 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -14,15 +14,15 @@ #include "config.h" #endif +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.6 2003-11-16 09:36:43 guy Exp $"; +#endif #include #include "interface.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.5 2003-11-15 00:39:45 guy Exp $"; -#endif /* * This array is designed for mapping upper and lower case letter * together for a case independent comparison. The mappings are