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/wcscmp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/libc/string/wcscmp.c') diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index dcf9b57e7357..f25479cc65d6 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -36,16 +36,10 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -#if 0 static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; -#else __RCSID("$NetBSD$"); -#endif #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.2.3