Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb Sync with interface change in mdocml 1.12.3.



details:   https://anonhg.NetBSD.org/src/rev/d16b834b99b4
branches:  trunk
changeset: 325766:d16b834b99b4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jan 05 19:26:44 2014 +0000

description:
Sync with interface change in mdocml 1.12.3.

diffstat:

 usr.sbin/makemandb/makemandb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a29793d00281 -r d16b834b99b4 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Sun Jan 05 19:21:37 2014 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Sun Jan 05 19:26:44 2014 +0000
@@ -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.upadhyay%gmail.com@localhost>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps%bsd.lv@localhost>
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index