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

Diff for /mandoc/catman.c between version 1.20 and 1.21

version 1.20, 2017/02/17 14:31:52 version 1.21, 2017/02/18 12:24:24
Line 41 
Line 41 
 #include <time.h>  #include <time.h>
 #include <unistd.h>  #include <unistd.h>
   
 #ifndef O_DIRECTORY  
 #define O_DIRECTORY 0  
 #endif  
   
 int      process_manpage(int, int, const char *);  int      process_manpage(int, int, const char *);
 int      process_tree(int, int);  int      process_tree(int, int);
 void     run_mandocd(int, const char *, const char *)  void     run_mandocd(int, const char *, const char *)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb