summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c
index d8eefdfd7..8113a2fc0 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -33,7 +33,9 @@
33#include "canohost.h" 33#include "canohost.h"
34#include "readpass.h" 34#include "readpass.h"
35 35
36RCSID("$Id: auth-pam.c,v 1.34 2001/03/27 06:12:24 djm Exp $"); 36extern char *__progname;
37
38RCSID("$Id: auth-pam.c,v 1.35 2001/04/20 17:43:47 stevesk Exp $");
37 39
38#define NEW_AUTHTOK_MSG \ 40#define NEW_AUTHTOK_MSG \
39 "Warning: Your password has expired, please change it now" 41 "Warning: Your password has expired, please change it now"