proto-ized crypt()
This commit is contained in:
2
check.c
2
check.c
@@ -222,7 +222,7 @@ static void update_timestamp()
|
|||||||
static void check_passwd()
|
static void check_passwd()
|
||||||
{
|
{
|
||||||
#if !(defined (linux) && defined (HAVE_LIBSHADOW))
|
#if !(defined (linux) && defined (HAVE_LIBSHADOW))
|
||||||
char *crypt();
|
char *crypt __P((char *, char *));
|
||||||
#endif /* linux */
|
#endif /* linux */
|
||||||
struct passwd *pw_ent;
|
struct passwd *pw_ent;
|
||||||
#ifdef __svr4__
|
#ifdef __svr4__
|
||||||
|
Reference in New Issue
Block a user