Fixed patch fuzz.
[rsync/rsync-patches.git] / link-by-hash.diff
index 8ec19f7..188e6bd 100644 (file)
@@ -365,7 +365,7 @@ the file's name.
 +}
 +
 +#endif
---- orig/options.c     2004-11-27 17:53:24
+--- orig/options.c     2004-11-27 18:27:35
 +++ options.c  2004-11-27 18:19:42
 @@ -128,6 +128,7 @@ char *log_format = NULL;
  char *password_file = NULL;
@@ -373,7 +373,7 @@ the file's name.
  char *backup_dir = NULL;
 +char *link_by_hash_dir = NULL;
  char backup_dir_buf[MAXPATHLEN];
- int rsync_port = RSYNC_PORT;
+ int rsync_port = 0;
  int copy_dest = 0;
 @@ -288,6 +289,7 @@ void usage(enum logcode F)
    rprintf(F,"     --compare-dest=DIR      also compare destination files relative to DIR\n");