CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/06 01:35:22
Modified files:
usr.bin/rsync : uploader.c
Log message:
Simplify file handling. There is no reason to use O_NONBLOCK on regular
files since they will never "block". Remove the UPLOAD_READ_LOCAL state
and inline the meta data check into pre_file().
Plug one memory leak and cleanup code a bunch.
OK benno@
