aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/getpwent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index b90118fd97b4..01f3bcc90fe6 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -135,7 +135,7 @@ getpwnam(name)
if(rval)
rval = _getyppass(&_pw_passwd, name, "passwd.byname");
}
-#else
+#endif
/*
* Prevent login attempts when YP is not enabled but YP entries
* are in /etc/master.passwd.