summaryrefslogtreecommitdiff
path: root/src/common/strlcat.c
AgeCommit message (Collapse)Author
2006-10-03 r8860@totoro: nickm | 2006-10-03 14:48:33 -0400Nick Mathewson
Use ANSI-style definition syntax in strlcat.c and strlcpy.c so that gcc stops barfing with -Wold-style-definition svn:r8591
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson
less error-prone. svn:r1289