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

Diff for /src/usr.bin/cvs/remote.c between version 1.31 and 1.32

version 1.31, 2015/11/05 09:48:21 version 1.32, 2017/08/28 19:33:20
Line 57 
Line 57 
 }  }
   
 void  void
 cvs_remote_output(const char *data)  cvs_remote_output(char *data)
 {  {
         FILE *out;          FILE *out;
         size_t len;          size_t len;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32