[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.7 and 1.8

version 1.7, 2004/08/06 14:12:56 version 1.8, 2004/08/06 20:12:15
Line 43 
Line 43 
 #define CF_KNOWN    0x10  /* only recurse in directories known to CVS */  #define CF_KNOWN    0x10  /* only recurse in directories known to CVS */
 #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 */
   
   
 /*  /*
Line 85 
Line 86 
 } CVSFILE;  } CVSFILE;
   
   
   
   #define CVS_DIRF_STATIC    0x01
   #define CVS_DIRF_STICKY    0x02
   
   
 struct cvs_dir {  struct cvs_dir {
           u_int               cd_flags;
         struct cvsroot     *cd_root;          struct cvsroot     *cd_root;
         char               *cd_repo;          char               *cd_repo;
         struct cvs_entries *cd_ent;          struct cvs_entries *cd_ent;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8