[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.2 and 1.3

version 1.2, 2003/06/26 21:59:11 version 1.3, 2003/07/07 21:36:23
Line 29 
Line 29 
 #include <errno.h>  #include <errno.h>
 #include <unistd.h>  #include <unistd.h>
   
   ssize_t atomicio(ssize_t (*f)(int, void *, size_t), int fd, void *_s, size_t n);
   
 /*  /*
  * ensure all of data on socket comes through. f==read || f==write   * ensure all of data on socket comes through. f==read || f==write
  */   */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3