[BACK]Return to dba_read.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

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

version 1.4, 2016/08/17 20:46:06 version 1.5, 2022/12/26 19:16:02
Line 17 
Line 17 
  * Function to read the mandoc database from disk into RAM,   * Function to read the mandoc database from disk into RAM,
  * such that data can be added or removed.   * such that data can be added or removed.
  * 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 separate from dba.c because this also uses "dbm.h".
  */   */
 #include <regex.h>  #include <regex.h>
 #include <stdint.h>  #include <stdint.h>

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