2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

proto-ized crypt()

This commit is contained in:
Todd C. Miller 1994-05-29 00:31:34 +00:00
parent 3288ffb0c1
commit 4cb06ad6ef

View File

@ -222,7 +222,7 @@ static void update_timestamp()
static void check_passwd()
{
#if !(defined (linux) && defined (HAVE_LIBSHADOW))
char *crypt();
char *crypt __P((char *, char *));
#endif /* linux */
struct passwd *pw_ent;
#ifdef __svr4__