summaryrefslogtreecommitdiffstats
path: root/lib/strlcat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-0/+71
It seems these two were at some point copied in from rsync; replace with more recent versions that will hopefully become available in glibc as well. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>