From 0abf13bb504ae7361d0f5ed581398c7408b073f0 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 14 Jul 2003 16:43:42 +1000 Subject: - (dtucker) [port-aix.h] Fix prototypes. --- ChangeLog | 3 ++- openbsd-compat/port-aix.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28003b960..f03f1102b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h] Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com. + - (dtucker) [port-aix.h] Fix prototypes. 20030708 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] @@ -679,4 +680,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.2852 2003/07/14 06:41:55 dtucker Exp $ +$Id: ChangeLog,v 1.2853 2003/07/14 06:43:42 dtucker Exp $ diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h index 25ceb5b19..16863ec6d 100644 --- a/openbsd-compat/port-aix.h +++ b/openbsd-compat/port-aix.h @@ -52,10 +52,10 @@ #ifdef WITH_AIXAUTHENTICATE # define CUSTOM_FAILED_LOGIN 1 -void record_failed_login(const char *user, const char *ttyname); +void record_failed_login(const char *, const char *); void aix_setauthdb(const char *); #endif -void aix_usrinfo(struct passwd *pw); +void aix_usrinfo(struct passwd *); void aix_remove_embedded_newlines(char *); #endif /* _AIX */ -- cgit v1.2.3