--- rsync.h.orig 2018-02-15 13:59:47 UTC +++ rsync.h @@ -654,7 +654,7 @@ struct ht_int64_node { #define BLOCKSUM_BIAS 10 #ifndef MAXPATHLEN -#define MAXPATHLEN 1024 +#define MAXPATHLEN 4096 #endif /* We want a roomy line buffer that can hold more than MAXPATHLEN,