]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add stub for canonical_checksum().
authorWayne Davison <wayne@opencoder.net>
Thu, 28 May 2020 19:46:46 +0000 (12:46 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 28 May 2020 19:46:46 +0000 (12:46 -0700)
t_stub.c

index 17baee8259f8555f34f152bc4b8e3305548cd30c..2748ca20fabf174a0d433f4f3c4aee2f04b5bd96 100644 (file)
--- 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;
+}