diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-17 23:17:38 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-17 23:17:38 +0000 |
commit | c7da24ddb6f98ad22f7389143433007a93f2c996 (patch) | |
tree | 5217d3c87260b98788420fd2f5a52c854ba0233d | |
parent | c5191e580d8bab936d9e63c006b81b5ef2b3773d (diff) | |
download | src-c7da24ddb6f98ad22f7389143433007a93f2c996.tar.gz src-c7da24ddb6f98ad22f7389143433007a93f2c996.zip |
Notes
-rw-r--r-- | lib/libc/gen/getpwent.c | 2 |
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. |