Date: Fri, 1 May 2015 18:34:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282316 - in head: contrib/mdocml lib/libmandoc Message-ID: <201505011834.t41IYTaA002963@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011834.t41IYTaA002963>