From: Todd C. Miller Date: Sun, 29 May 1994 00:31:34 +0000 (+0000) Subject: proto-ized crypt() X-Git-Tag: SUDO_1_3_1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb06ad6efc80ab17dc1409ca64fc095b83eefd0;p=sudo proto-ized crypt() --- diff --git a/check.c b/check.c index 4c40efa7a..96cc60dc6 100644 --- a/check.c +++ b/check.c @@ -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__