no longer use mmap() in rsync because of the risk of a SIGBUS when
authorAndrew Tridgell <tridge@samba.org>
Wed, 30 Dec 1998 14:48:45 +0000 (14:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 30 Dec 1998 14:48:45 +0000 (14:48 +0000)
commit4440b8aa3fb0edb9626c8eaa4856d72f78c9e176
treec45bcbbd20d0bea08bf100845f4dfade537f0683
parent5a554d5b14c9220d9a3cac14e02f9feea4c56a34
no longer use mmap() in rsync because of the risk of a SIGBUS when
another program (such as a mailer) truncates a file.

To offset the speed loss I have rewritten the map_ptr() code to make
much better use of read().
configure.in
fileio.c
match.c
rsync.h