[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.17 and 1.18

version 1.17, 2005/04/25 21:58:32 version 1.18, 2005/05/12 23:35:42
Line 49 
Line 49 
 #define CF_CREATE   0x20  /* create if file does not exist */  #define CF_CREATE   0x20  /* create if file does not exist */
 #define CF_MKADMIN  0x40  /* create administrative files if they're missing */  #define CF_MKADMIN  0x40  /* create administrative 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 */
   
 /*  /*
  * 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.17  
changed lines
  Added in v.1.18