From 16a742de41492963d6b2e3efe29b3ed7cb039409 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 1 Mar 2005 03:12:50 +0000 Subject: [PATCH] Fixed failing hunk. --- time-limit.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/time-limit.diff b/time-limit.diff index f71989e..f6d907f 100644 --- a/time-limit.diff +++ b/time-limit.diff @@ -3,14 +3,14 @@ to be simpler and more efficient by Wayne Davison. Do we need configure support for mktime()? ---- orig/io.c 2005-02-27 18:24:42 -+++ io.c 2005-02-26 05:28:35 +--- orig/io.c 2005-03-01 03:11:36 ++++ io.c 2005-03-01 03:12:23 @@ -51,6 +51,7 @@ extern int eol_nulls; extern int csum_length; extern int checksum_seed; extern int protocol_version; +extern time_t stop_at_utime; - extern char *remote_filesfrom_file; + extern char *filesfrom_host; extern struct stats stats; @@ -137,16 +138,24 @@ static void check_timeout(void) @@ -41,7 +41,7 @@ Do we need configure support for mktime()? if (t - last_io >= io_timeout) { if (!am_server && !am_daemon) { rprintf(FERROR, "io timeout after %d seconds -- exiting\n", ---- orig/options.c 2005-02-25 18:44:31 +--- orig/options.c 2005-03-01 01:22:59 +++ options.c 2005-01-28 19:35:23 @@ -105,6 +105,7 @@ int checksum_seed = 0; int inplace = 0; @@ -114,7 +114,7 @@ Do we need configure support for mktime()? default: /* A large opt value means that set_refuse_options() * turned this option off. */ -@@ -1342,6 +1378,15 @@ void server_options(char **args,int *arg +@@ -1344,6 +1380,15 @@ void server_options(char **args,int *arg args[ac++] = arg; } @@ -130,7 +130,7 @@ Do we need configure support for mktime()? if (backup_dir) { args[ac++] = "--backup-dir"; args[ac++] = backup_dir; ---- orig/rsync.yo 2005-02-28 02:16:55 +--- orig/rsync.yo 2005-03-01 01:22:59 +++ rsync.yo 2005-02-01 10:46:35 @@ -378,6 +378,8 @@ to the detailed description below for a --password-file=FILE read password from FILE -- 2.34.1