summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wmemcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/wmemcmp.c')
-rw-r--r--src/lib/libc/string/wmemcmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/wmemcmp.c b/src/lib/libc/string/wmemcmp.c
index e35c6207ff..39419aeddc 100644
--- a/src/lib/libc/string/wmemcmp.c
+++ b/src/lib/libc/string/wmemcmp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ 1/* $OpenBSD: wmemcmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */
2/* $NetBSD: wmemcmp.c,v 1.3 2003/04/06 18:33:23 tshiozak Exp $ */ 2/* $NetBSD: wmemcmp.c,v 1.3 2003/04/06 18:33:23 tshiozak Exp $ */
3 3
4/*- 4/*-
@@ -29,10 +29,6 @@
29 * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp 29 * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp
30 */ 30 */
31 31
32#if defined(LIBC_SCCS) && !defined(lint)
33static char *rcsid = "$OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $";
34#endif /* LIBC_SCCS and not lint */
35
36#include <wchar.h> 32#include <wchar.h>
37#include "locale/runetype.h" 33#include "locale/runetype.h"
38 34