--- src/lib/libc/string/wcsncmp.c 2003/06/17 04:26:47 1.2 +++ src/lib/libc/string/wcsncmp.c 2005/09/18 16:32:34 1.3 @@ -32,16 +32,14 @@ * * @(#)strncmp.c 8.1 (Berkeley) 6/4/93 * $FreeBSD: src/lib/libc/string/wcsncmp.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $ - * $DragonFly: src/lib/libc/string/wcsncmp.c,v 1.1 2003/06/16 04:37:23 dillon Exp $ + * $DragonFly$ */ #include #include int -wcsncmp(s1, s2, n) - const wchar_t *s1, *s2; - size_t n; +wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) { if (n == 0)