From: Howard Chu Date: Thu, 11 May 2000 20:00:47 +0000 (+0000) Subject: Fix one more chk_unix ifdef X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3004 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ca81c0a0363cf864a7c368f195e332b52df4848;p=openldap Fix one more chk_unix ifdef --- 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,