X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..8f94d68a09e1103353cc7d1133d6dfdf7d5a920d:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index f2ac0771..ebb7288f 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[] = + "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.4 2002-08-01 08:53:36 risso Exp $"; +#endif + +#include #include "interface.h"