X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..5fa8fc69b23ca302382f07b8ab3de69072fdb68b:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index f2ac0771..f19ccf54 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -10,11 +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"