The branch, master has been updated via df0ed76a Add stub for canonical_checksum(). from d7521f54 The xxh* checksums don't need to be reversed on output.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit df0ed76a7681109f5194ad00e0b210490e2ed803 Author: Wayne Davison <wa...@opencoder.net> Date: Thu May 28 12:46:46 2020 -0700 Add stub for canonical_checksum(). ----------------------------------------------------------------------- Summary of changes: t_stub.c | 5 +++++ 1 file changed, 5 insertions(+) Changeset truncated at 500 lines: diff --git a/t_stub.c b/t_stub.c index 17baee82..2748ca20 100644 --- a/t_stub.c +++ b/t_stub.c @@ -104,3 +104,8 @@ filter_rule_list daemon_filter_list; { return cst || !flg ? 16 : 1; } + + int canonical_checksum(int cst) +{ + return cst ? 0 : 0; +} -- The rsync repository. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs