Updated patches to work with the latest code.
[rsync-patches.git] / time-limit.diff
index d515c277c45de37833203c3c0bf99426107c4bd2..0543402134e9c4903400bb1c3e0985376d890ec9 100644 (file)
@@ -9,7 +9,7 @@ To use this patch, run these commands for a successful build:
     ./configure                              (optional if already run)
     make
 
-based-on: d64bda1c1e79dc385f194d74f7957ce7cd118654
+based-on: 3bd9f51917ed5718275c6132006be155239a0550
 diff --git a/io.c b/io.c
 --- a/io.c
 +++ b/io.c
@@ -116,7 +116,7 @@ diff --git a/options.c b/options.c
                default:
                        /* A large opt value means that set_refuse_options()
                         * turned this option off. */
-@@ -2493,6 +2529,15 @@ void server_options(char **args, int *argc_p)
+@@ -2495,6 +2531,15 @@ void server_options(char **args, int *argc_p)
                args[ac++] = arg;
        }
  
@@ -144,7 +144,7 @@ diff --git a/rsync.yo b/rsync.yo
       --write-batch=FILE      write a batched update to FILE
       --only-write-batch=FILE like --write-batch but w/o updating dest
       --read-batch=FILE       read a batched update from FILE
-@@ -2376,6 +2378,19 @@ files can show up as being rapidly sent when the data is quickly buffered,
+@@ -2396,6 +2398,19 @@ files can show up as being rapidly sent when the data is quickly buffered,
  while other can show up as very slow when the flushing of the output buffer
  occurs.  This may be fixed in a future version.