Change the type of an unused variable to appease a warning.

This commit is contained in:
Mark Murray 2002-10-23 19:10:15 +00:00
parent dff088c507
commit 3c284de5a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105814

View File

@ -112,7 +112,8 @@ main(int argc, char *argv[])
int ftsoptions;
int listall;
int depth;
int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, notused, rval;
int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, rval;
size_t notused;
char **save;
static char dot[] = ".";