truncate: use better type for 'round'

This commit is contained in:
Eitan Adler 2018-07-29 07:51:40 +00:00
parent c13b53f6fb
commit c517ae76c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336864

View file

@ -51,7 +51,7 @@ main(int argc, char **argv)
{
struct stat sb;
mode_t omode;
off_t oflow, rsize, sz, tsize;
off_t oflow, rsize, sz, tsize, round;
uint64_t usz;
int ch, error, fd, oflags;
int no_create;
@ -59,7 +59,6 @@ main(int argc, char **argv)
int do_round;
int do_refer;
int got_size;
int round;
char *fname, *rname;
fd = -1;