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

Diff for /mandoc/catman.c between version 1.11.2.1 and 1.11.2.2

version 1.11.2.1, 2013/10/05 20:30:05 version 1.11.2.2, 2013/10/11 00:06:48
Line 31 
Line 31 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #ifdef __linux__  #if defined(__linux__) || defined(__sun)
 # include <db_185.h>  # include <db_185.h>
 #else  #else
 # include <db.h>  # include <db.h>

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

CVSweb