=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandocdb.c,v retrieving revision 1.199 retrieving revision 1.200 diff -c -r1.199 -r1.200 *** src/usr.bin/mandoc/mandocdb.c 2017/05/17 22:26:52 1.199 --- src/usr.bin/mandoc/mandocdb.c 2017/06/24 14:38:27 1.200 *************** *** 1,4 **** ! /* $OpenBSD: mandocdb.c,v 1.199 2017/05/17 22:26:52 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mandocdb.c,v 1.200 2017/06/24 14:38:27 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2017 Ingo Schwarze *************** *** 394,400 **** exitcode = (int)MANDOCLEVEL_OK; mchars_alloc(); ! mp = mparse_alloc(mparse_options, MANDOCLEVEL_BADARG, NULL, NULL); mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file)); --- 394,401 ---- exitcode = (int)MANDOCLEVEL_OK; mchars_alloc(); ! mp = mparse_alloc(mparse_options, MANDOCLEVEL_BADARG, NULL, ! MANDOC_OS_OTHER, NULL); mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));