X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a76a0039fc6f02f88dd1aba866c03ceefa7fafec..0b91056090d768c4bdc6aa83d929d09416d34e89:/rsync.h diff --git a/rsync.h b/rsync.h index d8c0d68a..cc349f1a 100644 --- a/rsync.h +++ b/rsync.h @@ -249,8 +249,9 @@ struct sum_struct { }; struct map_struct { - char *map,*p; - int fd,size,p_size,p_offset,p_len; + char *map,*p; + int fd,p_size,p_len; + off_t size, p_offset; }; /* we need this function because of the silly way in which duplicate