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. --- openbsd-compat/port-aix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/port-aix.h') 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