Module Name:    src
Committed By:   wiz
Date:           Mon Oct 31 09:37:37 UTC 2022

Modified Files:
        src/external/bsd/mdocml/bin/mandoc: Makefile

Log Message:
mdocml: stop building (empty) compat replacement file for reallocarray


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/mdocml/bin/mandoc/Makefile

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

Modified files:

Index: src/external/bsd/mdocml/bin/mandoc/Makefile
diff -u src/external/bsd/mdocml/bin/mandoc/Makefile:1.19 src/external/bsd/mdocml/bin/mandoc/Makefile:1.20
--- src/external/bsd/mdocml/bin/mandoc/Makefile:1.19	Sun Oct 13 07:28:06 2019
+++ src/external/bsd/mdocml/bin/mandoc/Makefile	Mon Oct 31 09:37:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/10/13 07:28:06 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2022/10/31 09:37:37 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -41,7 +41,7 @@ CPPFLAGS+=	-DUSE_WCHAR
 .else
 SRCS.libmandoc!=cd ${.PARSEDIR}/../../lib/libmandoc && ${MAKE} -v SRCS
 
-SRCS+=		${SRCS.libmandoc} compat_strtonum.c compat_reallocarray.c
+SRCS+=		${SRCS.libmandoc} compat_strtonum.c
 .endif
 
 COPTS.man_term.c+= -Wno-error=array-bounds

Reply via email to