Displaying 1 result from an estimated 1 matches for "add_excl".
2004 Apr 22
1
rsync problems from flist.c change
...nt change is in flist.c:
--- rsync-2.6.0.orig/flist.c
+++ rsync-2.6.0/flist.c
@@ -871,7 +871,7 @@
if (cvs_exclude) {
if (strlen(fname) + strlen(".cvsignore") <= MAXPATHLEN - 1) {
strcpy(p, ".cvsignore");
- add_exclude_file(&exclude_list,fname,MISSING_OK,ADD_EXCL
UDE);
+ add_exclude_file(&local_exclude_list,fname,MISSING_OK,AD
D_EXCLUDE); // PS XXX
} else {
io_error |= IOERR_GENERAL;
rprintf(FINFO,
And in fact, rever...