From: Wayne Davison Date: Thu, 28 May 2020 19:46:46 +0000 (-0700) Subject: Add stub for canonical_checksum(). X-Git-Tag: v3.2.0pre1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df0ed76a7681109f5194ad00e0b210490e2ed803;p=thirdparty%2Frsync.git Add stub for canonical_checksum(). --- 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; +}