Skip to content

Commit

Permalink
- (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
Browse files Browse the repository at this point in the history
   Tru64.  Patch from cmadams at hiwaay.net.
  • Loading branch information
daztucker committed Apr 5, 2005
1 parent 9d2562c commit 00cadb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
20050405
- (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.

20050403
- (djm) OpenBSD CVS Sync
Expand Down Expand Up @@ -2423,4 +2425,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.3738 2005/04/05 09:22:45 dtucker Exp $
$Id: ChangeLog,v 1.3739 2005/04/05 10:58:37 dtucker Exp $
2 changes: 1 addition & 1 deletion auth-sia.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern int saved_argc;
extern char **saved_argv;

int
sys_auth_passwd(Authctxt *authctxt, char *pass)
sys_auth_passwd(Authctxt *authctxt, const char *pass)
{
int ret;
SIAENTITY *ent = NULL;
Expand Down

0 comments on commit 00cadb8

Please sign in to comment.