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

Diff for /src/usr.bin/ssh/atomicio.h between version 1.2.2.5 and 1.3

version 1.2.2.5, 2001/09/27 00:15:41 version 1.3, 2001/03/02 18:54:30
Line 28 
Line 28 
 /*  /*
  * Ensure all of data on socket comes through. f==read || f==write   * Ensure all of data on socket comes through. f==read || f==write
  */   */
 ssize_t atomicio(ssize_t (*)(), int, void *, size_t);  ssize_t atomicio(ssize_t (*f)(), int fd, void *s, size_t n);

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