From d1bf0c4841834d6932a27295f99f70d9f55e62d1 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 7 Nov 2001 19:55:16 +0000 Subject: rcsid[]->__FBSDID --- lib/libc/string/wcsncmp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/libc/string/wcsncmp.c') diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index bc1abe7..01d995c 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -33,16 +33,10 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -#if 0 static char sccsid[] = "@(#)strncmp.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.1