From de5fe5d53b634e506f94a6df3a9261aa20fa152f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 7 Nov 2001 19:55:16 +0000 Subject: rcsid[]->__FBSDID --- lib/libc/string/strcasecmp.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/libc/string/strcasecmp.c') diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index f1d4f38d6961..c280ef403dca 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -34,12 +34,9 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - #include +__FBSDID("$FreeBSD$"); + #include #include -- cgit v1.2.3