X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/9bb5ff6c411d35a2ebae30110cbd5b431e36abcf..refs/heads/master:/tru64.diff diff --git a/tru64.diff b/tru64.diff index ed7cfab..a2dac69 100644 --- a/tru64.diff +++ b/tru64.diff @@ -1,37 +1,20 @@ -Depends-On-Patch: mkfifo.diff - This is an adapted version of the original by Zoong Pham. ---- orig/lib/getaddrinfo.c 2004-03-16 01:26:36 -+++ lib/getaddrinfo.c 2004-06-18 17:38:35 -@@ -41,6 +41,20 @@ - - #include - -+/****** 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 ---- orig/rsync.h 2004-07-03 20:23:33 -+++ rsync.h 2004-07-03 20:23:33 -@@ -164,6 +164,7 @@ enum msgcode { - #endif +To use this patch, run these commands for a successful build: + + patch -p1 #endif - + #ifdef HAVE_SYS_ATTR_H