summaryrefslogtreecommitdiff
path: root/src/scoop.c
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-09-14 17:10:02 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-09-14 17:10:02 +1000
commit902abe2d11786099c7f14215b7e3aee98e9de754 (patch)
treececb93735d13c74c7889b0e3e5a23b512127c1b8 /src/scoop.c
parent6f7a5f7f82c165a66048e5b644835f7b1bcc1e52 (diff)
downloadlibrsync-902abe2d11786099c7f14215b7e3aee98e9de754.tar.gz
Remove use of ssize_t which doesn't exist on Windows.
It turns out ssize_t is a Posix thing that doesn't exist on Windows. I originally started using it in stream.h so that negative values could be used to indicate errors when iterating through buffers. We don't use or need that, so we can just use size_t instead.
Diffstat (limited to 'src/scoop.c')
0 files changed, 0 insertions, 0 deletions