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

Diff for /src/usr.bin/nc/atomicio.c between version 1.7 and 1.8

version 1.7, 2005/05/26 01:01:08 version 1.8, 2006/02/11 19:31:18
Line 57 
Line 57 
                         errno = EPIPE;                          errno = EPIPE;
                         return pos;                          return pos;
                 default:                  default:
                         pos += (u_int)res;                          pos += (size_t)res;
                 }                  }
         }          }
         return pos;          return pos;

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