diff options
Diffstat (limited to 'net/rsync/files/patch-rsync.h')
-rw-r--r-- | net/rsync/files/patch-rsync.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/rsync/files/patch-rsync.h b/net/rsync/files/patch-rsync.h new file mode 100644 index 000000000000..d9039e2c5f59 --- /dev/null +++ b/net/rsync/files/patch-rsync.h @@ -0,0 +1,18 @@ +# +# enable copying of fifos/sockets +# <http://lists.samba.org/archive/rsync/2002-June/002966.html> +# <http://www.freebsd.org/cgi/query-pr.cgi?pr=59814> +# +--- rsync.h.orig Tue Aug 24 16:37:59 2004 ++++ rsync.h Tue Aug 24 16:38:28 2004 +@@ -156,6 +156,10 @@ + #include <sys/socket.h> + #endif + ++#ifdef HAVE_SYS_UN_H ++#include <sys/un.h> ++#endif ++ + #ifdef HAVE_STRING_H + #include <string.h> + #endif |