diff options
Diffstat (limited to 'testing/csync2/rsync-strlcpy-disable.patch')
-rw-r--r-- | testing/csync2/rsync-strlcpy-disable.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/csync2/rsync-strlcpy-disable.patch b/testing/csync2/rsync-strlcpy-disable.patch deleted file mode 100644 index 5d28e1da29..0000000000 --- a/testing/csync2/rsync-strlcpy-disable.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- old/rsync.c -+++ new/rsync.c -@@ -48,7 +48,7 @@ - * @param bufsize is the size of the destination buffer. - * - * @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 +61,7 @@ - } - return ret; - } -- -+ **/ - /* splits filepath at the last '/', if any, like so: - * dirname basename filepath - * "/" "" "/" |