X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f555c163f90c9de17ebcef8313f86404c5174ca9..464c44fbd1394ac006d8d99f16e80ead423c1c47:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index f2ac0771..7b98fc19 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -10,9 +10,14 @@ * 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 + +#ifndef lint +static const char rcsid[] = + "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.3 2000-01-09 21:34:21 fenner Exp $"; +#endif #include