Fixed a failing hunk.
[rsync/rsync-patches.git] / tru64.diff
index 0fb83c0..818a8b7 100644 (file)
@@ -1,7 +1,13 @@
 This is an adapted version of the original by Zoong Pham.
 
---- orig/lib/getaddrinfo.c     2005-02-14 02:45:11
-+++ lib/getaddrinfo.c  2004-06-18 17:38:35
+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
 @@ -41,6 +41,20 @@
  
  #include <rsync.h>
@@ -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-02-14 02:45:11
-+++ syscall.c  2005-02-14 02:54:45
-@@ -27,6 +27,7 @@
+--- old/syscall.c
++++ new/syscall.c
+@@ -24,6 +24,7 @@
  #include "rsync.h"
  
  #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H