Moved the mkfifo() and socket-making stuff from tru64.diff to here so
[rsync/rsync-patches.git] / tru64.diff
index e4a4486..e278244 100644 (file)
@@ -23,9 +23,9 @@ This is an adapted version of the original by Zoong Pham.
  #if defined(__KAME__) && defined(INET6)
  # define FAITH
  #endif
---- orig/rsync.h       2004-07-16 20:07:23
+--- orig/rsync.h       2004-08-03 15:41:32
 +++ rsync.h    2004-07-03 20:23:33
-@@ -159,6 +159,11 @@ enum msgcode {
+@@ -162,6 +162,11 @@ enum msgcode {
  #include <sys/socket.h>
  #endif
  
@@ -37,7 +37,7 @@ This is an adapted version of the original by Zoong Pham.
  #ifdef HAVE_STRING_H
  #include <string.h>
  #endif
---- orig/syscall.c     2004-02-18 22:33:21
+--- orig/syscall.c     2004-08-02 21:56:59
 +++ syscall.c  2004-06-18 17:38:35
 @@ -76,6 +76,29 @@ int do_mknod(char *pathname, mode_t mode
  {