CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/02/28 02:36:11
Modified files: usr.bin/rsync : blocks.c Log message: Refactor blk_match(). Fold the remaining data and empty file or no blocks cases together since they are kind of the same. OK tb@