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

Diff for /src/usr.bin/cvs/cvs.h between version 1.65 and 1.66

version 1.65, 2005/06/07 09:06:15 version 1.66, 2005/06/17 08:09:13
Line 47 
Line 47 
 #define CVS_CKSUM_LEN      33     /* length of a CVS checksum string */  #define CVS_CKSUM_LEN      33     /* length of a CVS checksum string */
   
 /* error codes */  /* error codes */
   #define CVS_EX_ERR      -1
 #define CVS_EX_OK       0  #define CVS_EX_OK       0
 #define CVS_EX_USAGE    1  #define CVS_EX_USAGE    1
 #define CVS_EX_DATA     2  #define CVS_EX_DATA     2

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66