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

Diff for /src/usr.bin/ssh/Attic/roaming_dummy.c between version 1.3 and 1.4

version 1.3, 2009/06/21 09:04:03 version 1.4, 2015/01/19 19:52:16
Line 33 
Line 33 
         return 0;          return 0;
 }  }
   
   u_int64_t
   get_sent_bytes(void)
   {
           return 0;
   }
   
   void
   roam_set_bytes(u_int64_t sent, u_int64_t recvd)
   {
   }
   
 ssize_t  ssize_t
 roaming_write(int fd, const void *buf, size_t count, int *cont)  roaming_write(int fd, const void *buf, size_t count, int *cont)
 {  {

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