finished 64 bit file offset support. Hopefully rsync can now transfer
authorAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 12:52:57 +0000 (12:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 12:52:57 +0000 (12:52 +0000)
commit3a6a366fc5ac1f418446128de50b4f2a174399fc
tree9798e51e85c660a3995b6be1e0b740fada167816
parent0b91056090d768c4bdc6aa83d929d09416d34e89
finished 64 bit file offset support. Hopefully rsync can now transfer
files up to 2^64 bytes in size. Now I just need to find enough disk
space to test this :-)

The 64 bit offset code only works if off_t is 64 bits (or bigger!) on
both ends of the link. If one end tries to send a file greater than
2^31 in size and the other end doesn't support it then rsync will
abort.

This commit also cleans up some static declarations so they are in a
unitinitialised segment to save load time.
checksum.c
exclude.c
flist.c
hlink.c
io.c
main.c
match.c
rsync.c
rsync.h
token.c