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

Diff for /mandoc/compat_fts.h between version 1.4 and 1.5

version 1.4, 2016/10/18 23:58:12 version 1.5, 2020/06/14 22:49:36
Line 43  typedef struct {
Line 43  typedef struct {
         char *fts_path;                 /* path for this descent */          char *fts_path;                 /* path for this descent */
         size_t fts_pathlen;             /* sizeof(path) */          size_t fts_pathlen;             /* sizeof(path) */
         int fts_nitems;                 /* elements in the sort array */          int fts_nitems;                 /* elements in the sort array */
         int (*fts_compar)();            /* compare function */          int (*fts_compar)(const struct _ftsent **, const struct _ftsent **);
                                           /* compare function */
   
 #define FTS_NOCHDIR     0x0004          /* don't change directories */  #define FTS_NOCHDIR     0x0004          /* don't change directories */
 #define FTS_PHYSICAL    0x0010          /* physical walk */  #define FTS_PHYSICAL    0x0010          /* physical walk */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb