X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/a7219d2067fb9923061cfe7da56477d85e03d51a..0b2c07a0f162b8704df278209b4de836f1c846de:/tru64.diff diff --git a/tru64.diff b/tru64.diff index 3d1d15e..818a8b7 100644 --- a/tru64.diff +++ b/tru64.diff @@ -1,7 +1,13 @@ 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 +To use this patch, run these commands for a successful build: + + patch -p1 @@ -23,12 +29,12 @@ This is an adapted version of the original by Zoong Pham. #if defined(__KAME__) && defined(INET6) # define FAITH #endif ---- orig/syscall.c 2005-01-28 23:01:10 -+++ syscall.c 2004-10-06 00:17:22 -@@ -27,6 +27,7 @@ +--- old/syscall.c ++++ new/syscall.c +@@ -24,6 +24,7 @@ #include "rsync.h" - #if !MKNOD_CREATES_SOCKETS && HAVE_SYS_UN_H + #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H +#define _SOCKADDR_LEN #include #endif