- (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of

sys_auth_passwd, pointed out by cmadams at hiwaay.net.
This commit is contained in:
Darren Tucker 2005-04-05 21:00:47 +10:00
parent 00cadb8c35
commit 0f5eeff23d
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,8 @@
- (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@
- (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
Tru64. Patch from cmadams at hiwaay.net.
- (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
sys_auth_passwd, pointed out by cmadams at hiwaay.net.
20050403
- (djm) OpenBSD CVS Sync
@ -2425,4 +2427,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3739 2005/04/05 10:58:37 dtucker Exp $
$Id: ChangeLog,v 1.3740 2005/04/05 11:00:47 dtucker Exp $

View File

@ -47,7 +47,6 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.33 2005/01/24 11:47:13 dtucker Exp $");
extern Buffer loginmsg;
extern ServerOptions options;
int sys_auth_passwd(Authctxt *, const char *);
#ifdef HAVE_LOGIN_CAP
extern login_cap_t *lc;

View File

@ -26,7 +26,6 @@
#ifdef HAVE_OSF_SIA
int sys_auth_passwd(Authctxt *, char *);
void session_setup_sia(struct passwd *, char *);
#endif /* HAVE_OSF_SIA */