summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcsncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/wcsncmp.c')
-rw-r--r--src/lib/libc/string/wcsncmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/wcsncmp.c b/src/lib/libc/string/wcsncmp.c
index 30d37f6657..fb3c7057cf 100644
--- a/src/lib/libc/string/wcsncmp.c
+++ b/src/lib/libc/string/wcsncmp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ 1/* $OpenBSD: wcsncmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */
2/* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ 2/* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */
3 3
4/* 4/*
@@ -30,10 +30,6 @@
30 * SUCH DAMAGE. 30 * SUCH DAMAGE.
31 */ 31 */
32 32
33#if defined(LIBC_SCCS) && !defined(lint)
34static char *rcsid = "$OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $";
35#endif /* LIBC_SCCS and not lint */
36
37#include <wchar.h> 33#include <wchar.h>
38#include "locale/runetype.h" 34#include "locale/runetype.h"
39 35