[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jun 11 19:06:12 MDT 2013


The branch, master has been updated
       via  0488a14 Fix "make check".
      from  a213d1c Move some code from util.c to util2.c and add sum_as_hex().

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0488a14b9930bf91719ac0f1d1c0c8770ca10646
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Jun 11 18:06:53 2013 -0700

    Fix "make check".

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

Summary of changes:
 Makefile.in |    2 +-
 t_stub.c    |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 40abf0c..dd0618b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -115,7 +115,7 @@ TRIMSLASH_OBJ = trimslash.o syscall.o lib/compat.o lib/snprintf.o
 trimslash$(EXEEXT): $(TRIMSLASH_OBJ)
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS)
 
-T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o lib/wildmatch.o
+T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o util2.o t_stub.o lib/compat.o lib/snprintf.o lib/wildmatch.o
 t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ)
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(T_UNSAFE_OBJ) $(LIBS)
 
diff --git a/t_stub.c b/t_stub.c
index 0fca865..e5e723e 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -25,6 +25,7 @@ int modify_window = 0;
 int preallocate_files = 0;
 int protect_args = 0;
 int module_id = -1;
+int checksum_len = 0;
 int relative_paths = 0;
 int module_dirlen = 0;
 int preserve_acls = 0;


-- 
The rsync repository.


More information about the rsync-cvs mailing list