Fixed failing hunks.
[rsync/rsync-patches.git] / netgroup-auth.diff
index d41d428..e31ad3c 100644 (file)
@@ -3,15 +3,14 @@ and hosts deny.
 
 This patch still needs autoconf support for portability.
 
---- orig/access.c      2005-02-14 02:45:09
-+++ access.c   2005-01-15 20:09:59
-@@ -22,12 +22,15 @@
-   */
+--- old/access.c
++++ new/access.c
+@@ -20,11 +20,14 @@
+  */
  
  #include "rsync.h"
 +#include <netdb.h>
  
  static int match_hostname(char *host, char *tok)
  {
        if (!host || !*host)