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

Diff for /mandoc/dba_read.c between version 1.4 and 1.5

version 1.4, 2016/08/17 20:46:56 version 1.5, 2020/06/22 19:20:40
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
  *   *
Line 19 
Line 19 
  * The interface is defined in "dba.h".   * The interface is defined in "dba.h".
  * This file is seperate from dba.c because this also uses "dbm.h".   * This file is seperate from dba.c because this also uses "dbm.h".
  */   */
   #include "config.h"
   
 #include <regex.h>  #include <regex.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb