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

Diff for /src/usr.bin/ssh/atomicio.c between version 1.5 and 1.6

version 1.5, 2000/09/07 20:27:49 version 1.6, 2000/10/17 20:28:10
Line 49 
Line 49 
                         if (errno == EINTR || errno == EAGAIN)                          if (errno == EINTR || errno == EAGAIN)
                                 continue;                                  continue;
                 case 0:                  case 0:
                         return (res);                          return (pos);
                 default:                  default:
                         pos += res;                          pos += res;
                 }                  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6