[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.26 and 1.27

version 1.26, 2004/08/13 02:16:29 version 1.27, 2004/08/13 02:56:37
Line 163 
Line 163 
 #define CVS_HIST_TAG      'T'  #define CVS_HIST_TAG      'T'
   
   
   #define CVS_ENT_DUMMYTIME  "dummy timestamp"
   
 #define CVS_ENT_NONE    0  #define CVS_ENT_NONE    0
 #define CVS_ENT_FILE    1  #define CVS_ENT_FILE    1
 #define CVS_ENT_DIR     2  #define CVS_ENT_DIR     2
   
   
 #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.26  
changed lines
  Added in v.1.27