Re: commit b936741 breaks compilation on macos

2020-04-27 Thread Filipe Maia via rsync
This has now been fixed by 1c7785a. On Sat, 25 Apr 2020 at 23:53, Filipe Maia wrote: > Hi, > > On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation. > This is because do_setattrlist_times hasn't been converted to STRUCT_STAT > *stp. > Here's a small patch to do it. > > Cheers, > F

commit b936741 breaks compilation on macos

2020-04-25 Thread Filipe Maia via rsync
Hi, On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation. This is because do_setattrlist_times hasn't been converted to STRUCT_STAT *stp. Here's a small patch to do it. Cheers, Filipe PS: I've been playing with IO_BUFFER_SIZE, MAX_MAP_SIZE and WRITE_SIZE. Any plans to make it conf