diff options
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/rcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index ca21062ecb16..f9b6789b0801 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -502,7 +502,8 @@ sink(int argc, char *argv[]) enum { YES, NO, DISPLAYED } wrerr; BUF *bp; off_t i, j, size; - int amt, count, exists, first, mask, mode, ofd, omode; + int amt, exists, first, mask, mode, ofd, omode; + size_t count; int setimes, targisdir, wrerrno = 0; char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ], path[PATH_MAX]; |