[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.29 and 1.30

version 1.29, 2005/11/12 21:34:48 version 1.30, 2005/12/03 01:02:09
Line 50 
Line 50 
 #define CF_MKADMIN      0x40    /* create admin files if they're missing */  #define CF_MKADMIN      0x40    /* create admin files if they're missing */
 #define CF_NOSYMS       0x80    /* ignore symbolic links */  #define CF_NOSYMS       0x80    /* ignore symbolic links */
 #define CF_NOFILES      0x100   /* don't load any files inside a directory */  #define CF_NOFILES      0x100   /* don't load any files inside a directory */
   #define CF_REPO         0x200   /* we are loading a repository with ,v files */
   
 /*  /*
  * The cvs_file structure is used to represent any file or directory within   * The cvs_file structure is used to represent any file or directory within

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30