--- src/lib/libc/string/strcoll.c 2003/06/17 04:26:46 1.2 +++ src/lib/libc/string/strcoll.c 2005/09/18 16:32:34 1.3 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/lib/libc/string/strcoll.c,v 1.11.2.1 2001/07/09 23:30:06 obrien Exp $ - * $DragonFly: src/lib/libc/string/strcoll.c,v 1.1 2003/06/16 04:36:36 dillon Exp $ + * $DragonFly$ */ #include @@ -33,8 +33,7 @@ #include "collate.h" int -strcoll(s, s2) - const char *s, *s2; +strcoll(const char *s, const char *s2) { int len, len2, prim, prim2, sec, sec2, ret, ret2; const char *t, *t2;