[BACK]Return to sender.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/sender.c between version 1.25 and 1.26

version 1.25, 2019/06/28 13:35:03 version 1.26, 2020/11/24 16:54:44
Line 452 
Line 452 
   
         for (;;) {          for (;;) {
                 assert(pfd[0].fd != -1);                  assert(pfd[0].fd != -1);
                 if ((c = poll(pfd, 3, POLL_TIMEOUT)) == -1) {                  if ((c = poll(pfd, 3, poll_timeout)) == -1) {
                         ERR("poll");                          ERR("poll");
                         goto out;                          goto out;
                 } else if (c == 0) {                  } else if (c == 0) {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26