CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/20 03:26:42
Modified files:
usr.bin/rsync : sender.c
Log message:
Remove some else statements in if () else if () chains that don't need
to be written this way. Makes the code more readable.
OK tb@
