Module Name:    src
Committed By:   joerg
Date:           Sun Jan  5 19:26:44 UTC 2014

Modified Files:
        src/usr.sbin/makemandb: makemandb.c

Log Message:
Sync with interface change in mdocml 1.12.3.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/makemandb/makemandb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makemandb/makemandb.c
diff -u src/usr.sbin/makemandb/makemandb.c:1.20 src/usr.sbin/makemandb/makemandb.c:1.21
--- src/usr.sbin/makemandb/makemandb.c:1.20	Wed Nov 13 18:46:33 2013
+++ src/usr.sbin/makemandb/makemandb.c	Sun Jan  5 19:26:44 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: makemandb.c,v 1.20 2013/11/13 18:46:33 wiz Exp $	*/
+/*	$NetBSD: makemandb.c,v 1.21 2014/01/05 19:26:44 joerg Exp $	*/
 /*
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com>
  * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.20 2013/11/13 18:46:33 wiz Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.21 2014/01/05 19:26:44 joerg Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -335,7 +335,7 @@ main(int argc, char *argv[])
 	memset(&rec, 0, sizeof(rec));
 
 	init_secbuffs(&rec);
-	mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);
+	mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL);
 
 	if (manconf) {
 		char *arg;

Reply via email to