[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.79 and 1.80

version 1.79, 2005/08/12 14:41:54 version 1.80, 2005/08/16 16:34:19
Line 244 
Line 244 
 #define CVS_ENT_REMOVED         2  #define CVS_ENT_REMOVED         2
 #define CVS_ENT_UPTODATE        3  #define CVS_ENT_UPTODATE        3
   
   #define CVS_ENT_MAXLINELEN      1024
   
 #define CVS_ENTF_SYNC   0x01    /* contents of disk and memory match */  #define CVS_ENTF_SYNC   0x01    /* contents of disk and memory match */
 #define CVS_ENTF_WR     0x02    /* file is opened for writing too */  #define CVS_ENTF_WR     0x02    /* file is opened for writing too */
   

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80