From 707b0e0acdf8db74e92a5fdb552dd80c1cabb964 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 1 May 2015 18:34:29 +0000 Subject: libc now has reallocarray --- lib/libmandoc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libmandoc') diff --git a/lib/libmandoc/Makefile b/lib/libmandoc/Makefile index 276c463..6529ea4 100644 --- a/lib/libmandoc/Makefile +++ b/lib/libmandoc/Makefile @@ -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 \ -- cgit v1.1