Adding filter-attribute-mods patch; updating patches.
[rsync/rsync-patches.git] / stdout.diff
index 50e42a2..e3e483c 100644 (file)
@@ -7,8 +7,8 @@ To use this patch, run these commands for a successful build:
     ./configure                            (optional if already run)
     make
 
+based-on: 181c9faf928faad08ef095f4667afe460ec3bef6
 diff --git a/options.c b/options.c
-index e7c6c61..e0e0cda 100644
 --- a/options.c
 +++ b/options.c
 @@ -300,6 +300,7 @@ static int refused_partial, refused_progress, refused_delete_before;
@@ -35,7 +35,7 @@ index e7c6c61..e0e0cda 100644
    {"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 },
-@@ -1757,6 +1760,13 @@ int parse_arguments(int *argc_p, const char ***argv_p)
+@@ -1758,6 +1761,13 @@ int parse_arguments(int *argc_p, const char ***argv_p)
                }
        }