- on systems (such as intel linux) where off_t is 32 bits but "long long"
authorAndrew Tridgell <tridge@samba.org>
Wed, 25 Mar 1998 11:08:32 +0000 (11:08 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 25 Mar 1998 11:08:32 +0000 (11:08 +0000)
commit71c4617611ca07d7c249faa2dfd2cfc5cb32b836
treed0bf943182c15821e65dc438d6f6bf7f84a808d3
parent3cb6f5d6cbe2b1fead0453ffb31488c2ffc2def2
- on systems (such as intel linux) where off_t is 32 bits but "long long"
  is 64 bits use long long to get the totals right when transferring
  more than 2^32 bytes of data.

- use inline on flist_up if the compiler supports it
flist.c
io.c
main.c
match.c
rsync.c
rsync.h