summaryrefslogtreecommitdiff
path: root/src/common/strlcpy.c
AgeCommit message (Collapse)Author
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867
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