diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | auth-passwd.c | 1 | ||||
-rw-r--r-- | auth-sia.h | 1 |
3 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,8 @@ | |||
2 | - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@ | 2 | - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@ |
3 | - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on | 3 | - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on |
4 | Tru64. Patch from cmadams at hiwaay.net. | 4 | Tru64. Patch from cmadams at hiwaay.net. |
5 | - (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of | ||
6 | sys_auth_passwd, pointed out by cmadams at hiwaay.net. | ||
5 | 7 | ||
6 | 20050403 | 8 | 20050403 |
7 | - (djm) OpenBSD CVS Sync | 9 | - (djm) OpenBSD CVS Sync |
@@ -2425,4 +2427,4 @@ | |||
2425 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2427 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2426 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2428 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2427 | 2429 | ||
2428 | $Id: ChangeLog,v 1.3739 2005/04/05 10:58:37 dtucker Exp $ | 2430 | $Id: ChangeLog,v 1.3740 2005/04/05 11:00:47 dtucker Exp $ |
diff --git a/auth-passwd.c b/auth-passwd.c index 27ece3f72..654e0b821 100644 --- a/auth-passwd.c +++ b/auth-passwd.c | |||
@@ -47,7 +47,6 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.33 2005/01/24 11:47:13 dtucker Exp $"); | |||
47 | 47 | ||
48 | extern Buffer loginmsg; | 48 | extern Buffer loginmsg; |
49 | extern ServerOptions options; | 49 | extern ServerOptions options; |
50 | int sys_auth_passwd(Authctxt *, const char *); | ||
51 | 50 | ||
52 | #ifdef HAVE_LOGIN_CAP | 51 | #ifdef HAVE_LOGIN_CAP |
53 | extern login_cap_t *lc; | 52 | extern login_cap_t *lc; |
diff --git a/auth-sia.h b/auth-sia.h index ca55e913e..27cbb93f1 100644 --- a/auth-sia.h +++ b/auth-sia.h | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | #ifdef HAVE_OSF_SIA | 27 | #ifdef HAVE_OSF_SIA |
28 | 28 | ||
29 | int sys_auth_passwd(Authctxt *, char *); | ||
30 | void session_setup_sia(struct passwd *, char *); | 29 | void session_setup_sia(struct passwd *, char *); |
31 | 30 | ||
32 | #endif /* HAVE_OSF_SIA */ | 31 | #endif /* HAVE_OSF_SIA */ |