- (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted

by wendyp@cray.com.
This commit is contained in:
Darren Tucker 2003-05-03 07:32:56 +10:00
parent bd570d7a22
commit 04cc5385b1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20030503
- (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted
by wendyp@cray.com.
20030502
- (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
privsep should now work.
@ -1362,4 +1366,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2667 2003/05/02 13:50:09 dtucker Exp $
$Id: ChangeLog,v 1.2668 2003/05/02 21:32:56 dtucker Exp $

View File

@ -1,5 +1,5 @@
/*
* $Id: bsd-cray.c,v 1.9 2003/05/02 13:42:25 dtucker Exp $
* $Id: bsd-cray.c,v 1.10 2003/05/02 21:32:56 dtucker Exp $
*
* bsd-cray.c
*
@ -146,6 +146,7 @@ cray_access_denied(char *username)
/*
* record_failed_login: generic "login failed" interface function
*/
void
record_failed_login(const char *user, const char *ttyname)
{
cray_login_failure((char *)user, IA_UDBERR);