CVS update: rsync

Wayne Davison wayned at samba.org
Mon Jan 17 22:51:17 GMT 2005


Date:	Mon Jan 17 22:51:17 2005
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv26665

Modified Files:
	fileio.c 
Log Message:
- Changed the map_size parameter to map_file() to be an int32 named
  "read_size".
- Changed some int vars in map_ptr() needed to be int32 vars.
- All callers expect map_ptr() to return back the full "len" bytes,
  so we never shorten this value, even near EOF--the read will
  just get zero-padded, as needed.
- Die with an error if someone calls map_ptr() with a len < 0, or
  if read_size is computed as a value < 0.


Revisions:
fileio.c		1.17 => 1.18
	http://www.samba.org/cgi-bin/cvsweb/rsync/fileio.c?r1=1.17&r2=1.18


More information about the rsync-cvs mailing list