Updated patches to work with the current trunk.
[rsync/rsync-patches.git] / tru64.diff
index bd6d6e4..a2dac69 100644 (file)
@@ -6,31 +6,10 @@ To use this patch, run these commands for a successful build:
     ./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 */
-+
-+#define EAI_BADHINTS  12
-+#define EAI_PROTOCOL  13
-+#define EAI_MAX       14
-+
-+#define AI_PASSIVE    0x00000001 /* get address to use bind() */
-+#define AI_CANONNAME  0x00000002 /* fill ai_canonname */
-+#define AI_NUMERICHOST        0x00000004 /* prevent name resolution */
-+#define AI_MASK       (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
-+
-+/****** End Zoong added here */
-+
-+
- #if defined(__KAME__) && defined(INET6)
- # define FAITH
- #endif
---- old/syscall.c
-+++ new/syscall.c
+based-on: a01e3b490eb36ccf9e704840e1b6683dab867550
+diff --git a/syscall.c b/syscall.c
+--- a/syscall.c
++++ b/syscall.c
 @@ -23,6 +23,7 @@
  #include "rsync.h"
  
@@ -38,4 +17,4 @@ To use this patch, run these commands for a successful build:
 +#define _SOCKADDR_LEN
  #include <sys/un.h>
  #endif
+ #ifdef HAVE_SYS_ATTR_H