X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3fac9b6e93b595f91108c0f9c6b6f40d14a58618..feaa89c410544775afc19eac4a966e8345d5134a:/io.c diff --git a/io.c b/io.c index e8e1ceb2..54ceb281 100644 --- a/io.c +++ b/io.c @@ -234,6 +234,7 @@ static int writefd(int fd,char *buf,int len) /* hmmm, we got a write select on the fd and then failed to write. Why doesn't that mean that the fd is dead? It doesn't on some systems it seems (eg. IRIX) */ + u_sleep(1000); #if 0 fprintf(FERROR,"write exception\n"); exit_cleanup(1);