diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-28 21:33:01 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-28 21:33:01 +0200 |
commit | 969784cd4cdb0eff696b5a6f53a988e7ee2eb310 (patch) | |
tree | 8c544eb1eae3b990c383c570862aad7976cbb07e /Makefile | |
parent | c7a1de18bd5d1790ed3be2fc151a9e23a2c7f638 (diff) |
update strlcpy, add strlcat
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ SRC = \ util.c\ xml.c COMPATSRC = \ + strlcat.c\ strlcpy.c BIN = \ sfeed\ |