[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Sat, 19 Jan 2013 21:12:02 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via 76340ea Fix weird error in test programs on SunOS.
from 7e1a9c4 Update copyright year.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 76340ea44cbb00fed2508ab548a5b7c5dcfc8df5
Author: Wayne Davison <[email protected]>
Date: Sat Jan 19 12:04:17 2013 -0800
Fix weird error in test programs on SunOS.
-----------------------------------------------------------------------
Summary of changes:
t_stub.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/t_stub.c b/t_stub.c
index 4677aa8..637e0d5 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -26,6 +26,7 @@ int preallocate_files = 0;
int module_id = -1;
int relative_paths = 0;
int module_dirlen = 0;
+int preserve_acls = 0;
int preserve_times = 0;
int preserve_xattrs = 0;
char number_separator = ',';
@@ -71,6 +72,16 @@ filter_rule_list daemon_filter_list;
return -1;
}
+ void free_xattr(UNUSED(stat_x *sxp))
+{
+ return;
+}
+
+ void free_acl(UNUSED(stat_x *sxp))
+{
+ return;
+}
+
char *lp_name(UNUSED(int mod))
{
return NULL;
--
The rsync repository.