aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 06:36:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 06:36:52 +0000
commit4fe0d77843b46e992765a68a583036917b05d47e (patch)
tree8f0985c57c0f6fe586c9b0666e07df1b5180caf0 /bin/rcp
parente65ab0f83f84e205c339b85421539b507c43b978 (diff)
downloadsrc-4fe0d77843b46e992765a68a583036917b05d47e.tar.gz
src-4fe0d77843b46e992765a68a583036917b05d47e.zip
Notes
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/rcp.c3
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];