Updated patches to work with the current trunk.
[rsync/rsync-patches.git] / stdout.diff
index 31289fa..d5fcc8d 100644 (file)
@@ -7,7 +7,7 @@ To use this patch, run these commands for a successful build:
     ./configure                            (optional if already run)
     make
 
-based-on: 24079e988fc31af4eba56cd2701fdc5a4154980d
+based-on: a01e3b490eb36ccf9e704840e1b6683dab867550
 diff --git a/options.c b/options.c
 --- a/options.c
 +++ b/options.c
@@ -35,7 +35,7 @@ diff --git a/options.c b/options.c
    {"remote-option",   'M', POPT_ARG_STRING, 0, 'M', 0, 0 },
    {"protocol",         0,  POPT_ARG_INT,    &protocol_version, 0, 0, 0 },
    {"checksum-seed",    0,  POPT_ARG_INT,    &checksum_seed, 0, 0, 0 },
-@@ -1778,6 +1781,13 @@ int parse_arguments(int *argc_p, const char ***argv_p)
+@@ -1793,6 +1796,13 @@ int parse_arguments(int *argc_p, const char ***argv_p)
                }
        }