John E. Malmberg wrote:
> Hasanat Kazmi wrote:
> >Hello,
> >I am looking into possibilities of porting RSync for windows. Does anybody
> >have an idea that which libraries and dependencies RSync uses which can not
> >be compiled on windows (so thats why we use cygwin)
>
> I have not looked at this
Hi,
Please try this patch below, I think it’ll solve the bug…
Amir
diff -U 5 -Nuir rsync-3.0.4/cleanup.c rsync-3.0.4.new/cleanup.c
--- rsync-3.0.4/cleanup.c 2008-06-04 19:01:02.0 +0300
+++ rsync-3.0.4.new/cleanup.c 2009-03-29 09:45:04.0 +0300
@@ -98,11 +98,11 @@
Hi Leen,
Thanks for your reply.
On Thu, 2009-06-11 at 08:24 +0200, Leen Besselink wrote:
> Leen Besselink wrote:
> > Daniel.Li wrote:
> >> Dear List,
> >>
> >> I'm trying to take a closer look at rsync code, and found when we run
> >> daemon, it will take a lot of CPU (400Mhz). So I'm interested