diff options
Diffstat (limited to 'auth-pam.c')
-rw-r--r-- | auth-pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c index 22807f1a9..48d5afa0f 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -39,7 +39,7 @@ extern char *__progname; | |||
39 | 39 | ||
40 | extern int use_privsep; | 40 | extern int use_privsep; |
41 | 41 | ||
42 | RCSID("$Id: auth-pam.c,v 1.49 2002/07/21 17:57:01 stevesk Exp $"); | 42 | RCSID("$Id: auth-pam.c,v 1.50 2002/07/21 22:49:47 stevesk Exp $"); |
43 | 43 | ||
44 | #define NEW_AUTHTOK_MSG \ | 44 | #define NEW_AUTHTOK_MSG \ |
45 | "Warning: Your password has expired, please change it now." | 45 | "Warning: Your password has expired, please change it now." |
@@ -51,7 +51,7 @@ static int do_pam_conversation(int num_msg, const struct pam_message **msg, | |||
51 | 51 | ||
52 | /* module-local variables */ | 52 | /* module-local variables */ |
53 | static struct pam_conv conv = { | 53 | static struct pam_conv conv = { |
54 | do_pam_conversation, | 54 | (int (*)())do_pam_conversation, |
55 | NULL | 55 | NULL |
56 | }; | 56 | }; |
57 | static char *__pam_msg = NULL; | 57 | static char *__pam_msg = NULL; |