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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.36 and 1.37

version 1.36, 2004/12/16 17:09:33 version 1.37, 2004/12/22 00:38:25
Line 166 
Line 166 
 static char  cvs_proto_buf[4096];  static char  cvs_proto_buf[4096];
   
 /*  /*
  * Output files for protocol logging when the CVS_CLIENT_LOG enviroment   * Output files for protocol logging when the CVS_CLIENT_LOG environment
  * variable is set.   * variable is set.
  */   */
 static int   cvs_server_logon = 0;  static int   cvs_server_logon = 0;
Line 717 
Line 717 
  *   *
  * Get a response from the server.  This call will actually read and handle   * Get a response from the server.  This call will actually read and handle
  * responses from the server until one of the response handlers returns   * responses from the server until one of the response handlers returns
  * non-zero (either an error occured or the end of the response was reached).   * non-zero (either an error occurred or the end of the response was reached).
  * Returns the number of handled commands on success, or -1 on failure.   * Returns the number of handled commands on success, or -1 on failure.
  */   */
 int  int

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37