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 cb764b180d
commit 27396f462a
4 changed files with 17 additions and 0 deletions

View File

@@ -33,3 +33,4 @@
1.1.1 2011-XX-XX
Add --ignore-rsync-warning (Cédric)
Add strnlen for compatibility with OS X (Greg)