[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.16 and 1.17

version 1.16, 2005/04/18 21:02:50 version 1.17, 2005/04/25 21:58:32
Line 116 
Line 116 
 #define CVS_DIRF_STICKY    0x02  #define CVS_DIRF_STICKY    0x02
 #define CVS_DIRF_BASE      0x04  #define CVS_DIRF_BASE      0x04
   
   #define CVS_GDIR_IGNORE    0x08
   
 #define CVS_DIR_ROOT(f)  ((((f)->cf_type == DT_DIR) && \  #define CVS_DIR_ROOT(f)  ((((f)->cf_type == DT_DIR) && \
         ((f)->cf_root != NULL)) ? (f)->cf_root : \          ((f)->cf_root != NULL)) ? (f)->cf_root : \
         (((f)->cf_parent == NULL) ? NULL : (f)->cf_parent->cf_root))          (((f)->cf_parent == NULL) ? NULL : (f)->cf_parent->cf_root))

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17