Fix one more chk_unix ifdef

This commit is contained in:
Howard Chu 2000-05-11 20:00:47 +00:00
parent cdb709fd27
commit 7ca81c0a03

View file

@ -113,8 +113,7 @@ static int chk_crypt(
const struct berval *passwd, const struct berval *passwd,
const struct berval *cred ); const struct berval *cred );
#if defined( HAVE_GETSPNAM ) \ #if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD )
|| ( defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) )
static int chk_unix( static int chk_unix(
const struct pw_scheme *scheme, const struct pw_scheme *scheme,
const struct berval *passwd, const struct berval *passwd,