X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b9ac23ce92ca22483d56ee3192c54aa8f782f9ac..5fa8fc69b23ca302382f07b8ab3de69072fdb68b:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index 8f9bcf2a..f19ccf54 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -10,15 +10,16 @@ * is provided ``as is'' without express or implied warranty. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87"; -#endif /* LIBC_SCCS and not lint */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#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"