From 34ff77ff4318038a1c9f8d31e4bb50ad5ba10cd1 Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 9 Jan 2000 21:34:14 +0000 Subject: Unify rcsid[]'s. --- strcasecmp.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '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" -- cgit v1.2.1