diff options
Diffstat (limited to 'openbsd-compat/bsd-cray.h')
-rw-r--r-- | openbsd-compat/bsd-cray.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h index a09954f2f..d2489f4bf 100644 --- a/openbsd-compat/bsd-cray.h +++ b/openbsd-compat/bsd-cray.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: bsd-cray.h,v 1.7 2003/03/21 01:05:38 mouring Exp $ | 2 | * $Id: bsd-cray.h,v 1.8 2003/05/02 13:42:25 dtucker Exp $ |
3 | * | 3 | * |
4 | * bsd-cray.h | 4 | * bsd-cray.h |
5 | * | 5 | * |
@@ -42,6 +42,8 @@ void cray_init_job(struct passwd *); /* init cray job */ | |||
42 | void cray_job_termination_handler(int); /* process end of job signal */ | 42 | void cray_job_termination_handler(int); /* process end of job signal */ |
43 | void cray_login_failure(char *username, int errcode); | 43 | void cray_login_failure(char *username, int errcode); |
44 | int cray_access_denied(char *username); | 44 | int cray_access_denied(char *username); |
45 | #define CUSTOM_FAILED_LOGIN 1 | ||
46 | void record_failed_login(const char *user, const char *ttyname); | ||
45 | extern char cray_tmpdir[]; /* cray tmpdir */ | 47 | extern char cray_tmpdir[]; /* cray tmpdir */ |
46 | #ifndef IA_SSHD | 48 | #ifndef IA_SSHD |
47 | #define IA_SSHD IA_LOGIN | 49 | #define IA_SSHD IA_LOGIN |