]> eyrie.org Git - kerberos/kstart.git/commit
Remove strlcpy, strlcat, and strndup
authorRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:18:14 +0000 (16:18 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:18:14 +0000 (16:18 -0800)
commit9b766a49a18a689141bdf928f3be514c869373d4
treefba0522324ab8171c2b3f5a7d9aa17949259cd2a
parentdee1b623a0030e507cc5246915735d444b4bea48
Remove strlcpy, strlcat, and strndup

These are no longer used by the utility library, so we don't have
to provide replacements for them.  Also clean up a remaining build
rule for the concat test suite.
13 files changed:
Makefile.am
configure.ac
portable/strlcat.c [deleted file]
portable/strlcpy.c [deleted file]
portable/strndup.c [deleted file]
portable/system.h
tests/TESTS
tests/portable/strlcat-t.c [deleted file]
tests/portable/strlcat.c [deleted file]
tests/portable/strlcpy-t.c [deleted file]
tests/portable/strlcpy.c [deleted file]
tests/portable/strndup-t.c [deleted file]
tests/portable/strndup.c [deleted file]