Add strnlen on platforms that don't have it, such as OS X

This commit is contained in:
Greg Smith
2011-10-20 17:04:29 -05:00
committed by Jaime Casanova
parent 94c9c3a5c6
commit f0e609bcd4
4 changed files with 19 additions and 2 deletions

View File

@@ -31,5 +31,6 @@
1.1.0 2011-03-09
Make options -U, -R and -p not mandatory (Jaime)
X.X.X 2011-XX-XX
Add --ignore-rsync-warning (Cédric)
1.1.1 2011-XX-XX
Add --ignore-rsync-warning (Cédric)
Add strnlen for compatibility with OS X (Greg)