find: Remove unnecessary and inconsistent initialization.
Submitted by: jhb
This commit is contained in:
parent
d34a73472a
commit
b562679671
@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
|
||||
time_t now; /* time find was run */
|
||||
int dotfd; /* starting directory */
|
||||
int ftsoptions; /* options for the ftsopen(3) call */
|
||||
int ignore_readdir_race = 0; /* ignore readdir race */
|
||||
int ignore_readdir_race; /* ignore readdir race */
|
||||
int isdeprecated; /* using deprecated syntax */
|
||||
int isdepth; /* do directories on post-order visit */
|
||||
int isoutput; /* user specified output operator */
|
||||
|
Loading…
Reference in New Issue
Block a user