Fixed failing hunks.
[rsync/rsync-patches.git] / tru64.diff
CommitLineData
2c8f6e6e 1This is an adapted version of the original by Zoong Pham.
fbc35144 2
03019e41
WD
3To use this patch, run these commands for a successful build:
4
5 patch -p1 <patches/tru64.diff
6 ./configure (optional if already run)
7 make
8
9a7eef96
WD
9--- old/syscall.c
10+++ new/syscall.c
c8a8b4a7 11@@ -23,6 +23,7 @@
a60267ab 12 #include "rsync.h"
fbc35144 13
09fb8f03 14 #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H
fbc35144 15+#define _SOCKADDR_LEN
9bb5ff6c 16 #include <sys/un.h>
2c8f6e6e 17 #endif
99397a25 18 #ifdef HAVE_SYS_ATTR_H