[BACK]Return to mandocdb.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandocdb.c between version 1.216 and 1.217

version 1.216, 2020/04/03 11:34:19 version 1.217, 2021/08/19 16:55:24
Line 592 
Line 592 
                                         say(path, "&stat");                                          say(path, "&stat");
                                 continue;                                  continue;
                         }                          }
                           if ((ff->fts_statp->st_mode & S_IFMT) != S_IFREG)
                                   continue;
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
   
                 /*                  /*

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217