aboutsummaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-10-06 12:29:14 +0000
committerEd Maste <emaste@FreeBSD.org>2025-10-06 12:29:14 +0000
commit6409980cbba7323bd1c86249ed16f8bea9fa5490 (patch)
tree3710eb5988e5c6b0dd82c46413e96bba7cd18544 /auth-rhosts.c
parent9792a032f0a99557271d6b7f7b0a955386c1fdbe (diff)
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index d5d2c7a12988..031186f24719 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -21,9 +21,7 @@
#include <errno.h>
#include <fcntl.h>
-#ifdef HAVE_NETGROUP_H
-# include <netgroup.h>
-#endif
+#include <netgroup.h>
#include <pwd.h>
#include <stdio.h>
#include <string.h>