X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b9ac23ce92ca22483d56ee3192c54aa8f782f9ac..464c44fbd1394ac006d8d99f16e80ead423c1c47:/strcasecmp.c diff --git a/strcasecmp.c b/strcasecmp.c index 8f9bcf2a..7b98fc19 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -10,14 +10,15 @@ * 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 #include "interface.h"