X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/35a9a417e5fcf2a6c61ff32bf5c9b7faeff48155..40ec1b8b8ce942a4505b3a4a67516b8d5947f786:/tru64.diff diff --git a/tru64.diff b/tru64.diff index 851dea8..4457acb 100644 --- a/tru64.diff +++ b/tru64.diff @@ -1,7 +1,7 @@ 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 +--- old/lib/getaddrinfo.c ++++ new/lib/getaddrinfo.c @@ -41,6 +41,20 @@ #include @@ -23,12 +23,12 @@ This is an adapted version of the original by Zoong Pham. #if defined(__KAME__) && defined(INET6) # define FAITH #endif ---- orig/syscall.c 2004-10-06 00:12:16 -+++ syscall.c 2004-10-06 00:17:22 +--- old/syscall.c ++++ new/syscall.c @@ -27,6 +27,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