X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/fc5573623194fab2a331d1ffc8d284c9e25e06e7..7170ca8dba0a407cd0c91b41b48163c7b682abb1:/stdout.diff diff --git a/stdout.diff b/stdout.diff index 50e42a2..e3e483c 100644 --- a/stdout.diff +++ b/stdout.diff @@ -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) } }