mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Change the type of an unused variable to appease a warning.
This commit is contained in:
parent
dff088c507
commit
3c284de5a5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105814
@ -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[] = ".";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user