Minor style polishing.

Declare c_count and initialize it with other ints.

Reported by: mjg@
This commit is contained in:
Warner Losh 2018-06-11 19:32:49 +00:00
parent 94e18833a8
commit a86534e007
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334972

View file

@ -101,9 +101,8 @@ main(int argc, char *argv[])
char *map, *mntpt;
int ch, mode, mntflags;
int i, ret, anydirskipped, bflag = 0, Tflag = 0, honorlevel = 1;
int just_estimate = 0;
int just_estimate = 0, c_count = 0;
ino_t maxino;
int c_count=0;
char *tmsg;
spcl.c_date = _time_to_time64(time(NULL));