Quick fix to allow transfer files >2GB.
This commit is contained in:
parent
70035dcff6
commit
f15076c04a
@ -42,7 +42,7 @@ static char const copyright[] =
|
|||||||
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
|
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: rcp.c,v 1.20 1998/08/02 14:25:24 bde Exp $";
|
"$Id: rcp.c,v 1.21 1998/10/09 06:31:45 markm Exp $";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -570,9 +570,9 @@ sink(argc, argv)
|
|||||||
struct timeval tv[2];
|
struct timeval tv[2];
|
||||||
enum { YES, NO, DISPLAYED } wrerr;
|
enum { YES, NO, DISPLAYED } wrerr;
|
||||||
BUF *bp;
|
BUF *bp;
|
||||||
off_t i, j;
|
off_t i, j, size;
|
||||||
int amt, count, exists, first, mask, mode, ofd, omode;
|
int amt, count, exists, first, mask, mode, ofd, omode;
|
||||||
int setimes, size, targisdir, wrerrno = 0;
|
int setimes, targisdir, wrerrno = 0;
|
||||||
char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ];
|
char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ];
|
||||||
|
|
||||||
#define atime tv[0]
|
#define atime tv[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user