From 6fc7aa2d17af1ab39ee3255f46e516a851b1c8fb Mon Sep 17 00:00:00 2001 From: Pablo Castorino Date: Wed, 12 Dec 2012 14:08:29 -0300 Subject: testing/csync2: upgrade to 2.0_rc1_git20121210 --- testing/csync2/03-strlcpy_disable.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/csync2/03-strlcpy_disable.patch (limited to 'testing/csync2/03-strlcpy_disable.patch') diff --git a/testing/csync2/03-strlcpy_disable.patch b/testing/csync2/03-strlcpy_disable.patch new file mode 100644 index 0000000000..f0e9d45451 --- /dev/null +++ b/testing/csync2/03-strlcpy_disable.patch @@ -0,0 +1,21 @@ +--- old/rsync.c ++++ new/rsync.c +@@ -49,6 +49,9 @@ + * + * @return index of the terminating byte. + **/ ++ ++/* disabled ** ++ + static size_t strlcpy(char *d, const char *s, size_t bufsize) + { + size_t len = strlen(s); +@@ -61,7 +64,7 @@ + } + return ret; + } +- ++*/ + + /* This has been taken from rsync sources: receiver.c */ + -- cgit v1.2.3