From 2809fd3795e8445f686547d08eef4631efc05030 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 6 Jan 2016 17:02:28 +0000 Subject: Bring in reallocarray() from OpenBSD --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 934db3b..6e84946 100644 --- a/config.mk +++ b/config.mk @@ -28,8 +28,8 @@ LDFLAGS = ${LIBS} # uncomment for compat CFLAGS += -DCOMPAT -# uncomment if your libc doesn't support strlcat, strlcpy. -COMPATOBJ = strlcat.o strlcpy.o +# uncomment if your libc doesn't support reallocarray, strlcat, strlcpy. +COMPATOBJ = reallocarray.o strlcat.o strlcpy.o # compiler and linker #CC = cc -- cgit v1.2.3