Updated to apply cleanly.
[rsync/rsync-patches.git] / tru64.diff
index 2376aab..2447d46 100644 (file)
@@ -1,8 +1,8 @@
 This is an adapted version of the original by Zoong Pham.
 
---- rsync.h    11 Feb 2004 08:01:21 -0000      1.186
-+++ rsync.h    23 Feb 2004 18:56:02 -0000
-@@ -156,6 +156,11 @@ enum msgcode {
+--- rsync.h    16 May 2004 07:28:24 -0000      1.204
++++ rsync.h    18 Jun 2004 17:38:35 -0000
+@@ -159,6 +159,11 @@ enum msgcode {
  #include <sys/socket.h>
  #endif
  
@@ -15,7 +15,7 @@ This is an adapted version of the original by Zoong Pham.
  #include <string.h>
  #endif
 --- syscall.c  18 Feb 2004 22:33:21 -0000      1.30
-+++ syscall.c  23 Feb 2004 18:56:02 -0000
++++ syscall.c  18 Jun 2004 17:38:35 -0000
 @@ -76,6 +76,29 @@ int do_mknod(char *pathname, mode_t mode
  {
        if (dry_run) return 0;
@@ -46,8 +46,8 @@ This is an adapted version of the original by Zoong Pham.
        return mknod(pathname, mode, dev);
  }
  #endif
---- lib/getaddrinfo.c  10 Jan 2003 22:38:25 -0000      1.17
-+++ lib/getaddrinfo.c  23 Feb 2004 18:56:02 -0000
+--- lib/getaddrinfo.c  16 Mar 2004 01:26:36 -0000      1.20
++++ lib/getaddrinfo.c  18 Jun 2004 17:38:35 -0000
 @@ -41,6 +41,20 @@
  
  #include <rsync.h>