]> git.ipfire.org Git - thirdparty/rsync.git/commit
- Use precompiler conditionals in to_wire_mode() and from_write_mode()
authorWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 17:07:13 +0000 (17:07 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 17:07:13 +0000 (17:07 +0000)
commite4fdf1debee8313a767c94a42f5181df9ca881e0
tree009381f4099cf782e4942464b09e3a1041788d83
parent1580899c1dea856683c32f28eca0f6ccf8714bf0
- Use precompiler conditionals in to_wire_mode() and from_write_mode()
  to get rid of code that is not needed on the current system.
- Silence a code-checker warning in send_file_entry().
- Silence a code-checker warning in make_file().
- Fixed a bug in f_name_cmp() that could compare an empty filename
  incorrectly (which might only happen if we transformed a dot-dir
  into an empty name).  (Thanks, code checker!)
flist.c