From a0c0b6311210e0cddfb1b038bd7b37f5a298ef3e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 8 Jul 2003 20:52:12 +1000 Subject: - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed. --- auth-passwd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'auth-passwd.c') diff --git a/auth-passwd.c b/auth-passwd.c index 9a94c373f..ea65a0125 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -42,15 +42,13 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.27 2002/05/24 16:45:16 stevesk Exp $"); #include "log.h" #include "servconf.h" #include "auth.h" +#include "canohost.h" #if !defined(HAVE_OSF_SIA) /* Don't need any of these headers for the SIA cases */ # ifdef HAVE_CRYPT_H # include # endif -# ifdef WITH_AIXAUTHENTICATE -# include -# endif # ifdef __hpux # include # include -- cgit v1.2.3