[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Sep 23 13:04:12 MDT 2012


The branch, master has been updated
       via  f143b55 Avoid an unused variable warning if no setvbuf.
      from  ee51a74 Make read_args() return the full request.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f143b55ef11d2a43fa581e137f717aad3fdf01a3
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Sep 23 12:03:19 2012 -0700

    Avoid an unused variable warning if no setvbuf.

-----------------------------------------------------------------------

Summary of changes:
 options.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/options.c b/options.c
index c556617..81f6bd2 100644
--- a/options.c
+++ b/options.c
@@ -303,7 +303,9 @@ static int refused_partial, refused_progress, refused_delete_before;
 static int refused_delete_during;
 static int refused_inplace, refused_no_iconv;
 static BOOL usermap_via_chown, groupmap_via_chown;
+#ifdef HAVE_SETVBUF
 static char *outbuf_mode;
+#endif
 static char *bwlimit_arg, *max_size_arg, *min_size_arg;
 static char tmp_partialdir[] = ".~tmp~";
 


-- 
The rsync repository.


More information about the rsync-cvs mailing list