From c59d6641f5f80cc714e316679c4fc6c53b9e0a30 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 16 Jan 2005 00:22:27 +0000 Subject: [PATCH] Fixed some patch fuzz. --- backup-dir-dels.diff | 2 +- chmod-option.diff | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup-dir-dels.diff b/backup-dir-dels.diff index 362630e..acede4a 100644 --- a/backup-dir-dels.diff +++ b/backup-dir-dels.diff @@ -131,8 +131,8 @@ Marc St-Onge char backup_dir_buf[MAXPATHLEN]; +char delete_dir_buf[MAXPATHLEN]; int rsync_port = 0; + int compare_dest = 0; int copy_dest = 0; - int link_dest = 0; @@ -246,7 +252,9 @@ void usage(enum logcode F) rprintf(F," --no-implied-dirs don't send implied dirs with -R\n"); rprintf(F," -b, --backup make backups (see --suffix & --backup-dir)\n"); diff --git a/chmod-option.diff b/chmod-option.diff index 8f65574..fcdec40 100644 --- a/chmod-option.diff +++ b/chmod-option.diff @@ -234,7 +234,7 @@ command before "make": +char *chmod_mode = NULL; char backup_dir_buf[MAXPATHLEN]; int rsync_port = 0; - int copy_dest = 0; + int compare_dest = 0; @@ -141,6 +142,8 @@ int list_only = 0; #define MAX_BATCH_NAME_LEN 256 /* Must be less than MAXPATHLEN-13 */ char *batch_name = NULL; @@ -243,7 +243,7 @@ command before "make": + static int daemon_opt; /* sets am_daemon after option error-reporting */ static int modify_window_set; - static int compare_dest = 0; + static char *dest_option = NULL; @@ -260,6 +263,7 @@ void usage(enum logcode F) rprintf(F," -g, --group preserve group\n"); rprintf(F," -D, --devices preserve devices (root only)\n"); -- 2.34.1