=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandocdb.c,v retrieving revision 1.209 retrieving revision 1.210 diff -c -r1.209 -r1.210 *** src/usr.bin/mandoc/mandocdb.c 2018/12/13 11:55:14 1.209 --- src/usr.bin/mandoc/mandocdb.c 2018/12/14 01:17:46 1.210 *************** *** 1,4 **** ! /* $OpenBSD: mandocdb.c,v 1.209 2018/12/13 11:55:14 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2018 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mandocdb.c,v 1.210 2018/12/14 01:17:46 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2018 Ingo Schwarze *************** *** 396,403 **** exitcode = (int)MANDOCLEVEL_OK; mchars_alloc(); ! mp = mparse_alloc(mparse_options, MANDOCERR_MAX, NULL, ! MANDOC_OS_OTHER, NULL); mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file)); --- 396,402 ---- exitcode = (int)MANDOCLEVEL_OK; mchars_alloc(); ! mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));