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

Diff for /mandoc/dbm_map.c between version 1.1 and 1.2

version 1.1, 2016/07/19 21:31:55 version 1.2, 2016/07/20 00:23:14
Line 18 
Line 18 
  * of the mandoc database, for read-only access.   * of the mandoc database, for read-only access.
  * The interface is defined in "dbm_map.h".   * The interface is defined in "dbm_map.h".
  */   */
   #include "config.h"
   
 #include <sys/mman.h>  #include <sys/mman.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <endian.h>  #include <endian.h>
   #if HAVE_ERR
 #include <err.h>  #include <err.h>
   #endif
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <regex.h>  #include <regex.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb