summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcslen.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcslen.c')
-rw-r--r--lib/libc/string/wcslen.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c
index 6d1c5e5f30f..8bd5b5d07f3 100644
--- a/lib/libc/string/wcslen.c
+++ b/lib/libc/string/wcslen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wcslen.c,v 1.1 2005/04/13 16:35:58 espie Exp $ */
+/* $OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */
/* $NetBSD: wcslen.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */
/*-
@@ -30,14 +30,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: wcslen.c,v 1.1 2005/04/13 16:35:58 espie Exp $";
+static char *rcsid = "$OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $";
#endif /* LIBC_SCCS and not lint */
#include <wchar.h>
size_t
-wcslen(s)
- const wchar_t *s;
+wcslen(const wchar_t *s)
{
const wchar_t *p;