[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.6 and 1.7

version 1.6, 2000/10/17 20:28:10 version 1.7, 2000/10/18 18:04:02
Line 49 
Line 49 
                         if (errno == EINTR || errno == EAGAIN)                          if (errno == EINTR || errno == EAGAIN)
                                 continue;                                  continue;
                 case 0:                  case 0:
                         return (pos);                          return (res);
                 default:                  default:
                         pos += res;                          pos += res;
                 }                  }

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