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

Diff for /mandoc/mandocdb.c between version 1.157 and 1.158

version 1.157, 2014/08/11 01:39:00 version 1.158, 2014/08/16 19:00:01
Line 25 
Line 25 
 #include <ctype.h>  #include <ctype.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #ifdef HAVE_FTS  #if HAVE_FTS
 #include <fts.h>  #include <fts.h>
 #else  #else
 #include "compat_fts.h"  #include "compat_fts.h"
Line 39 
Line 39 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #ifdef HAVE_OHASH  #if HAVE_OHASH
 #include <ohash.h>  #include <ohash.h>
 #else  #else
 #include "compat_ohash.h"  #include "compat_ohash.h"

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158

CVSweb