aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscmp.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:59:13 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:58 +0000
commit5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (patch)
treee283c23a21f2a1aef06792047f5d1daf13dab7fc /lib/libc/string/wcscmp.c
parent8a7b61203704d362cfbc66c00619f51b24106b55 (diff)
Diffstat (limited to 'lib/libc/string/wcscmp.c')
-rw-r--r--lib/libc/string/wcscmp.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c
index ed02db771704..66e08ff782a7 100644
--- a/lib/libc/string/wcscmp.c
+++ b/lib/libc/string/wcscmp.c
@@ -32,13 +32,9 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93";
-#if 0
-__RCSID("$NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $");
-#endif
-#endif /* LIBC_SCCS and not lint */
+
+/* $NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $ */
+
#include <wchar.h>
/*