o Style(9).
Submitted by: bde
This commit is contained in:
parent
eb82e1a1f8
commit
9bdb7f2e54
@ -62,10 +62,10 @@ copy_file(const FTSENT *entp, int dne)
|
|||||||
{
|
{
|
||||||
static char buf[MAXBSIZE];
|
static char buf[MAXBSIZE];
|
||||||
struct stat *fs;
|
struct stat *fs;
|
||||||
int ch, checkch, from_fd = 0, rcount, rval, to_fd = 0;
|
|
||||||
ssize_t wcount;
|
ssize_t wcount;
|
||||||
size_t wresid;
|
size_t wresid;
|
||||||
off_t wtotal;
|
off_t wtotal;
|
||||||
|
int ch, checkch, from_fd = 0, rcount, rval, to_fd = 0;
|
||||||
char *bufp;
|
char *bufp;
|
||||||
#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
|
#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED
|
||||||
char *p;
|
char *p;
|
||||||
@ -159,7 +159,6 @@ copy_file(const FTSENT *entp, int dne)
|
|||||||
"%s -> %s %3d%%\n",
|
"%s -> %s %3d%%\n",
|
||||||
entp->fts_path, to.p_path,
|
entp->fts_path, to.p_path,
|
||||||
cp_pct(wtotal, fs->st_size));
|
cp_pct(wtotal, fs->st_size));
|
||||||
|
|
||||||
}
|
}
|
||||||
if (wcount >= (ssize_t)wresid)
|
if (wcount >= (ssize_t)wresid)
|
||||||
break;
|
break;
|
||||||
@ -191,7 +190,6 @@ copy_file(const FTSENT *entp, int dne)
|
|||||||
"%s -> %s %3d%%\n",
|
"%s -> %s %3d%%\n",
|
||||||
entp->fts_path, to.p_path,
|
entp->fts_path, to.p_path,
|
||||||
cp_pct(wtotal, fs->st_size));
|
cp_pct(wtotal, fs->st_size));
|
||||||
|
|
||||||
}
|
}
|
||||||
if (wcount >= (ssize_t)wresid)
|
if (wcount >= (ssize_t)wresid)
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user