summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-03-03 14:56:09 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-03-03 14:58:34 +1100
commit33561e68e0b27366cb769295a077aabc6a49d2a1 (patch)
treeb83b5847926eb4bc37224d97bc3d142d48f032dc /openbsd-compat/Makefile.in
parente8a17feba95eef424303fb94441008f6c5347aaf (diff)
Add strndup for platforms that need it.
Some platforms don't have strndup, which includes Solaris 10, NetBSD 3 and FreeBSD 6.
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r--openbsd-compat/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 93e8da72..8e3b4299 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -51,6 +51,7 @@ OPENBSD=base64.o \
strlcat.o \
strlcpy.o \
strmode.o \
+ strndup.o \
strnlen.o \
strptime.o \
strsep.o \