]> andersk Git - openssh.git/blobdiff - auth-rhosts.c
fix spacing of include
[openssh.git] / auth-rhosts.c
index 585246e822f6646e739a92e6d11afc5c47cab8b8..9748a945773c70705747d0ca4d20070599197cb7 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rhosts.c,v 1.32 2003/11/04 08:54:09 djm Exp $");
+RCSID("$OpenBSD: auth-rhosts.c,v 1.34 2006/02/07 01:08:04 stevesk Exp $");
+
+#ifdef HAVE_NETGROUP_H
+# include <netgroup.h>
+#endif
 
 #include "packet.h"
 #include "uidswap.h"
@@ -133,7 +137,7 @@ check_rhosts_file(const char *filename, const char *hostname,
                /* If the entry was negated, deny access. */
                if (negated) {
                        auth_debug_add("Matched negative entry in %.100s.",
-                            filename);
+                           filename);
                        return 0;
                }
                /* Accept authentication. */
This page took 0.038881 seconds and 4 git commands to generate.