[BACK]Return to compat_fts.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/compat_fts.c between version 1.7 and 1.8

version 1.7, 2015/02/07 07:42:56 version 1.8, 2015/02/07 07:53:01
Line 66  static int  fts_safe_changedir(FTS *, FTSENT *, int, c
Line 66  static int  fts_safe_changedir(FTS *, FTSENT *, int, c
 #ifndef O_DIRECTORY  #ifndef O_DIRECTORY
 #define O_DIRECTORY     0  #define O_DIRECTORY     0
 #endif  #endif
   #ifndef O_CLOEXEC
   #define O_CLOEXEC       0
   #endif
   
 #define CLR(opt)        (sp->fts_options &= ~(opt))  #define CLR(opt)        (sp->fts_options &= ~(opt))
 #define ISSET(opt)      (sp->fts_options & (opt))  #define ISSET(opt)      (sp->fts_options & (opt))

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

CVSweb