]> granicus.if.org Git - sudo/commitdiff
proto-ized crypt()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 00:31:34 +0000 (00:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 00:31:34 +0000 (00:31 +0000)
check.c

diff --git a/check.c b/check.c
index 4c40efa7a58906eab41f95be25ae6ba533779dfe..96cc60dc6e749b15cd7ed85d699357ea52ff2a46 100644 (file)
--- 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__