--- src/lib/libc/string/wcscspn.c 2003/06/17 04:26:47 1.2 +++ src/lib/libc/string/wcscspn.c 2005/09/18 16:32:34 1.3 @@ -27,16 +27,14 @@ * * $NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $ * $FreeBSD: src/lib/libc/string/wcscspn.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $ - * $DragonFly: src/lib/libc/string/wcscspn.c,v 1.1 2003/06/16 04:37:18 dillon Exp $ + * $DragonFly$ */ #include #include size_t -wcscspn(s, set) - const wchar_t *s; - const wchar_t *set; +wcscspn(const wchar_t *s, const wchar_t *set) { const wchar_t *p; const wchar_t *q;