]> andersk Git - openssh.git/blobdiff - scp.c
- More OpenBSD updates:
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index d2e4224bbee4d1b43cd4c6811688d906642a1db5..5a5d0f4693a7e021afb72869c48678a8a8710cc8 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -47,7 +47,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.35 2000/08/19 02:50:07 deraadt Exp $");
+RCSID("$OpenBSD: scp.c,v 1.36 2000/08/24 21:46:59 deraadt Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -680,7 +680,8 @@ sink(argc, argv)
        BUF *bp;
        off_t i, j;
        int amt, count, exists, first, mask, mode, ofd, omode;
-       int setimes, size, targisdir, wrerrno = 0;
+       off_t size;
+       int setimes, targisdir, wrerrno = 0;
        char ch, *cp, *np, *targ, *why, *vect[1], buf[2048];
        struct utimbuf ut;
        int dummy_usec;
This page took 0.03207 seconds and 4 git commands to generate.