svn commit: r282316 - in head: contrib/mdocml lib/libmandoc

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 18:34:30 UTC 2015


Author: bapt
Date: Fri May  1 18:34:29 2015
New Revision: 282316
URL: https://svnweb.freebsd.org/changeset/base/282316

Log:
  libc now has reallocarray

Modified:
  head/contrib/mdocml/config.h
  head/lib/libmandoc/Makefile

Modified: head/contrib/mdocml/config.h
==============================================================================
--- head/contrib/mdocml/config.h	Fri May  1 18:32:54 2015	(r282315)
+++ head/contrib/mdocml/config.h	Fri May  1 18:34:29 2015	(r282316)
@@ -12,7 +12,7 @@
 #define HAVE_FTS 1
 #define HAVE_GETSUBOPT 1
 #define HAVE_MMAP 1
-#define HAVE_REALLOCARRAY 0
+#define HAVE_REALLOCARRAY 1
 #define HAVE_STRCASESTR 1
 #define HAVE_STRLCAT 1
 #define HAVE_STRLCPY 1

Modified: head/lib/libmandoc/Makefile
==============================================================================
--- head/lib/libmandoc/Makefile	Fri May  1 18:32:54 2015	(r282315)
+++ head/lib/libmandoc/Makefile	Fri May  1 18:34:29 2015	(r282316)
@@ -28,11 +28,9 @@ LIBROFF_SRCS=	eqn.c \
 		tbl_layout.c \
 		tbl_opts.c
 
-COMPAT_SRCS=	compat_reallocarray.c
 SRCS=		${LIBMAN_SRCS} \
 		${LIBMDOC_SRCS} \
 		${LIBROFF_SRCS} \
-		${COMPAT_SRCS} \
 		chars.c \
 		mandoc.c \
 		mandoc_aux.c \


More information about the svn-src-all mailing list