Add strlcpy()/strlcat()

Refactor recurse() routine in preparation to moving tar(1) over
to use it instead of the ftw() interface.
This commit is contained in:
sin
2014-01-30 12:37:35 +00:00
parent 08ff1c56e7
commit fb12183c52
5 changed files with 88 additions and 16 deletions

View File

@@ -22,7 +22,9 @@ LIB = \
util/rm.o \
util/sha1.o \
util/sha256.o \
util/sha512.o
util/sha512.o \
util/strlcat.o \
util/strlcpy.o
SRC = \
basename.c \