Fixed failing hunks.
[rsync/rsync-patches.git] / tru64.diff
... / ...
CommitLineData
1This is an adapted version of the original by Zoong Pham.
2
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
9--- old/syscall.c
10+++ new/syscall.c
11@@ -23,6 +23,7 @@
12 #include "rsync.h"
13
14 #if !defined MKNOD_CREATES_SOCKETS && defined HAVE_SYS_UN_H
15+#define _SOCKADDR_LEN
16 #include <sys/un.h>
17 #endif
18 #ifdef HAVE_SYS_ATTR_H