A patch from Antti Tapaninen.
[rsync/rsync-patches.git] / netgroup-auth.diff
index 5b1c64b..e31ad3c 100644 (file)
@@ -5,13 +5,12 @@ This patch still needs autoconf support for portability.
 
 --- old/access.c
 +++ new/access.c
-@@ -22,12 +22,15 @@
-   */
+@@ -20,11 +20,14 @@
+  */
  
  #include "rsync.h"
 +#include <netdb.h>
  
  static int match_hostname(char *host, char *tok)
  {
        if (!host || !*host)