[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu May 28 19:48:02 UTC 2020


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 <wayne at 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.



More information about the rsync-cvs mailing list