Updated.
[rsync-patches.git] / ODBC-dblog.diff
index 408894c6e6ca8d4502989c1f1e41ed38db84174b..ac4c198062842b5cedcf22b2ee0efc73d790325e 100644 (file)
@@ -137,7 +137,7 @@ This patch adds the following options:
                } else {
                        rprintf(FLOG, "rsync %s %s from %s (%s)\n",
                                am_sender ? "on" : "to",
---- orig/configure.in  2004-04-30 18:04:07
+--- orig/configure.in  2004-07-16 20:07:22
 +++ configure.in       2004-07-03 20:22:18
 @@ -94,6 +94,8 @@ AC_ARG_WITH(rsync-path,
        [  --with-rsync-path=PATH  set default --rsync-path to PATH (default: rsync)],
@@ -709,9 +709,9 @@ This patch adds the following options:
                if (f == -1 || !am_sender)
                        return;
        }
---- orig/receiver.c    2004-07-14 17:12:06
+--- orig/receiver.c    2004-07-16 20:07:22
 +++ receiver.c 2004-07-03 20:22:18
-@@ -460,7 +460,9 @@ int recv_files(int f_in, struct file_lis
+@@ -490,7 +490,9 @@ int recv_files(int f_in, struct file_lis
                recv_ok = receive_data(f_in,mapbuf,fd2,fname,file->length);
  
                log_recv(file, &initial_stats);
@@ -722,9 +722,9 @@ This patch adds the following options:
                if (mapbuf)
                        unmap_file(mapbuf);
                if (fd1 != -1)
---- orig/sender.c      2004-07-15 02:21:11
+--- orig/sender.c      2004-07-16 20:07:23
 +++ sender.c   2004-07-15 02:37:48
-@@ -229,6 +229,9 @@ void send_files(struct file_list *flist,
+@@ -231,6 +231,9 @@ void send_files(struct file_list *flist,
  
                match_sums(f_out, s, mbuf, st.st_size);
                log_send(file, &initial_stats);