Skip to content

Commit 0f5eeff

Browse files
committed
- (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
sys_auth_passwd, pointed out by cmadams at hiwaay.net.
1 parent 00cadb8 commit 0f5eeff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@
33
- (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
44
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.
57

68
20050403
79
- (djm) OpenBSD CVS Sync
@@ -2425,4 +2427,4 @@
24252427
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
24262428
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
24272429

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 $

auth-passwd.c

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.33 2005/01/24 11:47:13 dtucker Exp $");
4747

4848
extern Buffer loginmsg;
4949
extern ServerOptions options;
50-
int sys_auth_passwd(Authctxt *, const char *);
5150

5251
#ifdef HAVE_LOGIN_CAP
5352
extern login_cap_t *lc;

auth-sia.h

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
#ifdef HAVE_OSF_SIA
2828

29-
int sys_auth_passwd(Authctxt *, char *);
3029
void session_setup_sia(struct passwd *, char *);
3130

3231
#endif /* HAVE_OSF_SIA */

0 commit comments

Comments
 (0)