[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.27 and 1.28

version 1.27, 2005/07/31 21:08:17 version 1.28, 2005/08/17 16:23:19
Line 84 
Line 84 
         const char      *cf_name;          const char      *cf_name;
         const char      *cf_dir;          const char      *cf_dir;
   
           /* pointer to the parent directory's entry file */
           void            *cf_entry;
   
         mode_t           cf_mode;          mode_t           cf_mode;
         u_int8_t         cf_cvstat;     /* cvs status of the file */          u_int8_t         cf_cvstat;     /* cvs status of the file */
         u_int8_t         cf_type;       /* uses values from dirent.h */          u_int8_t         cf_type;       /* uses values from dirent.h */
Line 118 
Line 121 
 #define cf_files        cf_td.cf_dir.cd_files  #define cf_files        cf_td.cf_dir.cd_files
 #define cf_repo         cf_td.cf_dir.cd_repo  #define cf_repo         cf_td.cf_dir.cd_repo
 #define cf_root         cf_td.cf_dir.cd_root  #define cf_root         cf_td.cf_dir.cd_root
   
   
   
 #define CVS_DIRF_STATIC         0x01  #define CVS_DIRF_STATIC         0x01

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28