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

Diff for /src/usr.bin/cvs/file.h between version 1.5 and 1.6

version 1.5, 2004/08/02 22:49:50 version 1.6, 2004/08/06 12:09:26
Line 36 
Line 36 
 struct cvs_entries;  struct cvs_entries;
   
   
 #define CF_STAT     0x01  /* allocate space for file stats */  #define CF_STAT     0x01  /* obsolete */
 #define CF_IGNORE   0x02  /* apply regular ignore rules */  #define CF_IGNORE   0x02  /* apply regular ignore rules */
 #define CF_RECURSE  0x04  /* recurse on directory operations */  #define CF_RECURSE  0x04  /* recurse on directory operations */
 #define CF_SORT     0x08  /* all files are sorted alphabetically */  #define CF_SORT     0x08  /* all files are sorted alphabetically */
Line 77 
Line 77 
         char            *cf_name;          char            *cf_name;
         u_int16_t        cf_cvstat;  /* cvs status of the file */          u_int16_t        cf_cvstat;  /* cvs status of the file */
         u_int16_t        cf_type;    /* uses values from dirent.h */          u_int16_t        cf_type;    /* uses values from dirent.h */
         struct stat     *cf_stat;    /* only available with CF_STAT flag */  
         struct cvs_dir  *cf_ddat;    /* only for directories */          struct cvs_dir  *cf_ddat;    /* only for directories */
   
         TAILQ_ENTRY(cvs_file)  cf_list;          TAILQ_ENTRY(cvs_file)  cf_list;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6