=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/function.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/find/function.c 2003/06/26 07:27:29 1.28 +++ src/usr.bin/find/function.c 2004/07/01 18:25:47 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: function.c,v 1.28 2003/06/26 07:27:29 deraadt Exp $ */ +/* $OpenBSD: function.c,v 1.29 2004/07/01 18:25:47 otto Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: function.c,v 1.28 2003/06/26 07:27:29 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: function.c,v 1.29 2004/07/01 18:25:47 otto Exp $"; #endif /* not lint */ #include @@ -1197,7 +1197,7 @@ c_perm(char *perm, char ***ignored, int unused) { PLAN *new; - mode_t *set; + void *set; ftsoptions &= ~FTS_NOSTAT;