=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/find/main.c 2005/08/30 21:43:49 1.22 +++ src/usr.bin/find/main.c 2007/05/10 09:00:18 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.22 2005/08/30 21:43:49 david Exp $ */ +/* $OpenBSD: main.c,v 1.23 2007/05/10 09:00:18 jmc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: main.c,v 1.22 2005/08/30 21:43:49 david Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.23 2007/05/10 09:00:18 jmc Exp $"; #endif /* not lint */ #include @@ -51,7 +51,7 @@ time_t now; /* time find was run */ int dotfd; /* starting directory */ -int ftsoptions; /* options for the ftsopen(3) call */ +int ftsoptions; /* options for the fts_open(3) call */ int isdepth; /* do directories on post-order visit */ int isoutput; /* user specified output operator */ int isxargs; /* don't permit xargs delimiting chars */