A patch to try to make really large files get handled without bogging
[rsync/rsync-patches.git] / tru64.diff
index 8751b76..bd6d6e4 100644 (file)
@@ -1,10 +1,16 @@
 This is an adapted version of the original by Zoong Pham.
 
---- orig/lib/getaddrinfo.c     2005-02-14 00:53:44
-+++ lib/getaddrinfo.c  2004-06-18 17:38:35
-@@ -41,6 +41,20 @@
- #include <rsync.h>
+To use this patch, run these commands for a successful build:
+
+    patch -p1 <patches/tru64.diff
+    ./configure                          (optional if already run)
+    make
+
+--- old/lib/getaddrinfo.c
++++ new/lib/getaddrinfo.c
+@@ -42,6 +42,20 @@
+ #include "rsync.h"
+ #include "ifuncs.h"
  
 +/****** Start Zoong added here */
 +
@@ -23,9 +29,9 @@ This is an adapted version of the original by Zoong Pham.
  #if defined(__KAME__) && defined(INET6)
  # define FAITH
  #endif
---- orig/syscall.c     2005-04-07 17:04:26
-+++ syscall.c  2005-02-14 02:54:45
-@@ -27,6 +27,7 @@
+--- old/syscall.c
++++ new/syscall.c
+@@ -23,6 +23,7 @@
  #include "rsync.h"
  
  #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H