From 7ca81c0a0363cf864a7c368f195e332b52df4848 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 11 May 2000 20:00:47 +0000 Subject: [PATCH] Fix one more chk_unix ifdef --- libraries/liblutil/passwd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index 544a007501..a1b3201dd8 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -113,8 +113,7 @@ static int chk_crypt( const struct berval *passwd, const struct berval *cred ); -#if defined( HAVE_GETSPNAM ) \ - || ( defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) ) +#if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) static int chk_unix( const struct pw_scheme *scheme, const struct berval *passwd, -- 2.39.5