From: Todd C. Miller Date: Mon, 18 Oct 1993 00:30:16 +0000 (+0000) Subject: linux diff X-Git-Tag: SUDO_1_3_0~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9af5ccf7a20d7fe51ae25046823d702c694b465;p=sudo linux diff --- diff --git a/check.c b/check.c index 933c03b57..b71e6dafe 100644 --- a/check.c +++ b/check.c @@ -205,7 +205,9 @@ static void update_timestamp() static void check_passwd() { +#if !(defined (linux) && defined (SHADOW_PWD)) char *crypt(); +#endif /* linux */ struct passwd *pw_ent; char *encrypted; /* this comes from /etc/passwd */ char *pass; /* this is what gets entered */